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.
7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-connect/types.rb', line 7010 class DescribeInstanceAttributeResponse < Struct.new( :attribute) SENSITIVE = [] include Aws::Structure end |