Class: Aws::Types::ProfileChoice
- Inherits:
-
Object
- Object
- Aws::Types::ProfileChoice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_description ⇒ ::String
Returns the value of attribute choice_description.
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#choice_title ⇒ ::String
Returns the value of attribute choice_title.
Instance Attribute Details
#choice_description ⇒ ::String
Returns the value of attribute choice_description.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def choice_description @choice_description end |
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def choice_id @choice_id end |
#choice_title ⇒ ::String
Returns the value of attribute choice_title.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def choice_title @choice_title end |