Class: Aws::Connect::Types::DeleteDataTableRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_idString

The unique identifier for the data table to delete. Must also accept the table ARN. Fails with an error if the version is provided and is not $LATEST.



8515
8516
8517
8518
8519
8520
# File 'lib/aws-sdk-connect/types.rb', line 8515

class DeleteDataTableRequest < Struct.new(
  :instance_id,
  :data_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.



8515
8516
8517
8518
8519
8520
# File 'lib/aws-sdk-connect/types.rb', line 8515

class DeleteDataTableRequest < Struct.new(
  :instance_id,
  :data_table_id)
  SENSITIVE = []
  include Aws::Structure
end