Class: Aws::CleanRooms::Types::CreateIntermediateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIntermediateTableOutput
- Includes:
- Structure
- Defined in:
- 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.
4275 4276 4277 4278 4279 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4275 class CreateIntermediateTableOutput < Struct.new( :intermediate_table) SENSITIVE = [] include Aws::Structure end |