Class: Aws::Types::Attribute
- Inherits:
-
Object
- Object
- Aws::Types::Attribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_type ⇒ "INBOUND_CALLS", ...
Returns the value of attribute attribute_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute_type ⇒ "INBOUND_CALLS", ...
Returns the value of attribute attribute_type.
504 505 506 |
# File 'sig/types.rbs', line 504 def attribute_type @attribute_type end |
#value ⇒ ::String
Returns the value of attribute value.
505 506 507 |
# File 'sig/types.rbs', line 505 def value @value end |