Class: Aws::CleanRooms::Types::CreateIntermediateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIntermediateTableOutput
- 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 intermediate table that was created.
Instance Attribute Details
#intermediate_table ⇒ Types::IntermediateTable
The intermediate table that was created.
4080 4081 4082 4083 4084 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4080 class CreateIntermediateTableOutput < Struct.new( :intermediate_table) SENSITIVE = [] include Aws::Structure end |