Class: Aws::Types::SelectOptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::SelectOptionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#option ⇒ ::String
Returns the value of attribute option.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def description @description end |
#option ⇒ ::String
Returns the value of attribute option.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def option @option end |
#title ⇒ ::String
Returns the value of attribute title.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def title @title end |