Class: Aws::CleanRooms::Types::UpdateIntermediateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIntermediateTableOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intermediate_table ⇒ Types::IntermediateTable
The updated intermediate table.
Instance Attribute Details
#intermediate_table ⇒ Types::IntermediateTable
The updated intermediate table.
11521 11522 11523 11524 11525 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11521 class UpdateIntermediateTableOutput < Struct.new( :intermediate_table) SENSITIVE = [] include Aws::Structure end |