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.
499 500 501 |
# File 'sig/types.rbs', line 499 def attribute_type @attribute_type end |
#value ⇒ ::String
Returns the value of attribute value.
500 501 502 |
# File 'sig/types.rbs', line 500 def value @value end |