Class: Aws::Connect::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Attribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A toggle for an individual feature at the instance level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_type ⇒ String
The type of attribute.
-
#value ⇒ String
The value of the attribute.
Instance Attribute Details
#attribute_type ⇒ String
The type of attribute.
1459 1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-connect/types.rb', line 1459 class Attribute < Struct.new( :attribute_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
1459 1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-connect/types.rb', line 1459 class Attribute < Struct.new( :attribute_type, :value) SENSITIVE = [] include Aws::Structure end |