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

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 delete.

Returns:

  • (String)


2497
2498
2499
2500
2501
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2497

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