Class: Aws::CleanRooms::Types::GetConfiguredTableInput

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_table_identifierString

The unique ID for the configured table to retrieve.

Returns:

  • (String)


3073
3074
3075
3076
3077
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3073

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