Class: Aws::CleanRooms::Types::UpdateConfiguredTableOutput

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 updated configured table.



11345
11346
11347
11348
11349
# File 'lib/aws-sdk-cleanrooms/types.rb', line 11345

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