Class: Aws::Connect::Types::DescribeInstanceAttributeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeInstanceAttributeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_type ⇒ String
The type of attribute.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#attribute_type ⇒ String
The type of attribute.
10822 10823 10824 10825 10826 10827 |
# File 'lib/aws-sdk-connect/types.rb', line 10822 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10822 10823 10824 10825 10826 10827 |
# File 'lib/aws-sdk-connect/types.rb', line 10822 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end |