Class: Aws::Connect::Types::DeleteDataTableAttributeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteDataTableAttributeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute to delete.
-
#data_table_id ⇒ String
The unique identifier for the data table.
-
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute to delete.
8483 8484 8485 8486 8487 8488 8489 |
# File 'lib/aws-sdk-connect/types.rb', line 8483 class DeleteDataTableAttributeRequest < Struct.new( :instance_id, :data_table_id, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#data_table_id ⇒ String
The unique identifier for the data table.
8483 8484 8485 8486 8487 8488 8489 |
# File 'lib/aws-sdk-connect/types.rb', line 8483 class DeleteDataTableAttributeRequest < Struct.new( :instance_id, :data_table_id, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
8483 8484 8485 8486 8487 8488 8489 |
# File 'lib/aws-sdk-connect/types.rb', line 8483 class DeleteDataTableAttributeRequest < Struct.new( :instance_id, :data_table_id, :attribute_name) SENSITIVE = [] include Aws::Structure end |