Class: Aws::Types::Option
- Inherits:
-
Object
- Object
- Aws::Types::Option
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5824 5825 5826 |
# File 'sig/types.rbs', line 5824 def description @description end |
#label ⇒ ::String
Returns the value of attribute label.
5823 5824 5825 |
# File 'sig/types.rbs', line 5823 def label @label end |
#value ⇒ ::String
Returns the value of attribute value.
5822 5823 5824 |
# File 'sig/types.rbs', line 5822 def value @value end |