Class: Aws::CleanRooms::Types::DeleteConfiguredTableInput

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_table_identifierString

The unique ID for the configured table to delete.

Returns:

  • (String)


3166
3167
3168
3169
3170
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3166

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