Class: Aws::CleanRooms::Types::GetConfiguredTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table ⇒ Types::ConfiguredTable
The retrieved configured table.
Instance Attribute Details
#configured_table ⇒ Types::ConfiguredTable
The retrieved configured table.
3884 3885 3886 3887 3888 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3884 class GetConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |