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.



7516
7517
7518
7519
7520
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7516

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