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.
5943 5944 5945 5946 5947 |
# File 'lib/aws-sdk-connect/types.rb', line 5943 class DescribeInstanceAttributeResponse < Struct.new( :attribute) SENSITIVE = [] include Aws::Structure end |