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 Amazon Connect instance.
Instance Attribute Details
#attribute_type ⇒ String
The type of attribute.
6051 6052 6053 6054 6055 6056 |
# File 'lib/aws-sdk-connect/types.rb', line 6051 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
6051 6052 6053 6054 6055 6056 |
# File 'lib/aws-sdk-connect/types.rb', line 6051 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end |