Class: Aws::Connect::Types::DeleteDataTableAttributeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteDataTableAttributeRequest
- Defined in:
- gems/aws-sdk-connect/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.
8495 8496 8497 8498 8499 8500 8501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8495 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.
8495 8496 8497 8498 8499 8500 8501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8495 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.
8495 8496 8497 8498 8499 8500 8501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8495 class DeleteDataTableAttributeRequest < Struct.new( :instance_id, :data_table_id, :attribute_name) SENSITIVE = [] include Aws::Structure end |