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.
5880 5881 5882 |
# File 'sig/types.rbs', line 5880 def description @description end |
#label ⇒ ::String
Returns the value of attribute label.
5879 5880 5881 |
# File 'sig/types.rbs', line 5879 def label @label end |
#value ⇒ ::String
Returns the value of attribute value.
5878 5879 5880 |
# File 'sig/types.rbs', line 5878 def value @value end |