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.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def description @description end |
#option ⇒ ::String
Returns the value of attribute option.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def option @option end |
#title ⇒ ::String
Returns the value of attribute title.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def title @title end |