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

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



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

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