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.
2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-connect/types.rb', line 2047 class Attribute < Struct.new( :attribute_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-connect/types.rb', line 2047 class Attribute < Struct.new( :attribute_type, :value) SENSITIVE = [] include Aws::Structure end |