Class: Aws::Connect::Types::DescribeDataTableAttributeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeDataTableAttributeRequest
- 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 retrieve detailed information for.
-
#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 retrieve detailed information for.
9413 9414 9415 9416 9417 9418 9419 |
# File 'lib/aws-sdk-connect/types.rb', line 9413 class DescribeDataTableAttributeRequest < 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. Must also accept the table ARN with or without a version alias.
9413 9414 9415 9416 9417 9418 9419 |
# File 'lib/aws-sdk-connect/types.rb', line 9413 class DescribeDataTableAttributeRequest < 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.
9413 9414 9415 9416 9417 9418 9419 |
# File 'lib/aws-sdk-connect/types.rb', line 9413 class DescribeDataTableAttributeRequest < Struct.new( :instance_id, :data_table_id, :attribute_name) SENSITIVE = [] include Aws::Structure end |