Class: Aws::Connect::Types::DescribeInstanceAttributeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeInstanceAttributeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ Types::Attribute
The type of attribute.
Instance Attribute Details
#attribute ⇒ Types::Attribute
The type of attribute.
6811 6812 6813 6814 6815 |
# File 'lib/aws-sdk-connect/types.rb', line 6811 class DescribeInstanceAttributeResponse < Struct.new( :attribute) SENSITIVE = [] include Aws::Structure end |