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.

Returns:

  • (String)


8699
8700
8701
8702
8703
8704
# File 'lib/aws-sdk-connect/types.rb', line 8699

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

#instance_idString

The unique identifier for the Amazon Connect instance.

Returns:

  • (String)


8699
8700
8701
8702
8703
8704
# File 'lib/aws-sdk-connect/types.rb', line 8699

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