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.



5609
5610
5611
5612
5613
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5609

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