Class: Aws::CleanRooms::Types::CreateConfiguredTableOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_tableTypes::ConfiguredTable

The created configured table.



2229
2230
2231
2232
2233
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2229

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