Class: Aws::Connect::Types::DeleteDataTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteDataTableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_table_id ⇒ String
The unique identifier for the data table to delete.
-
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
Instance Attribute Details
#data_table_id ⇒ String
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_id ⇒ String
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 |