Class: Aws::CleanRooms::Types::GetConfiguredTableOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_tableTypes::ConfiguredTable

The retrieved configured table.



5485
5486
5487
5488
5489
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5485

class GetConfiguredTableOutput < Struct.new(
  :configured_table)
  SENSITIVE = []
  include Aws::Structure
end