Class: Aws::CleanRooms::Types::GetIntermediateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIntermediateTableOutput
- 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 retrieved.
Instance Attribute Details
#intermediate_table ⇒ Types::IntermediateTable
The intermediate table retrieved.
5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5389 class GetIntermediateTableOutput < Struct.new( :intermediate_table) SENSITIVE = [] include Aws::Structure end |