Class: Aws::Connect::Types::DescribeDataTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeDataTableRequest
- 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.
-
#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. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.
9446 9447 9448 9449 9450 9451 |
# File 'lib/aws-sdk-connect/types.rb', line 9446 class DescribeDataTableRequest < Struct.new( :instance_id, :data_table_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
9446 9447 9448 9449 9450 9451 |
# File 'lib/aws-sdk-connect/types.rb', line 9446 class DescribeDataTableRequest < Struct.new( :instance_id, :data_table_id) SENSITIVE = [] include Aws::Structure end |