Class: Aws::Types::Choice
- Inherits:
-
Object
- Object
- Aws::Types::Choice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_resources ⇒ ::Array[Types::AdditionalResources]
Returns the value of attribute additional_resources.
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#helpful_resource ⇒ Types::ChoiceContent
Returns the value of attribute helpful_resource.
-
#improvement_plan ⇒ Types::ChoiceContent
Returns the value of attribute improvement_plan.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#additional_resources ⇒ ::Array[Types::AdditionalResources]
Returns the value of attribute additional_resources.
221 222 223 |
# File 'sig/types.rbs', line 221 def additional_resources @additional_resources end |
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def choice_id @choice_id end |
#description ⇒ ::String
Returns the value of attribute description.
218 219 220 |
# File 'sig/types.rbs', line 218 def description @description end |
#helpful_resource ⇒ Types::ChoiceContent
Returns the value of attribute helpful_resource.
219 220 221 |
# File 'sig/types.rbs', line 219 def helpful_resource @helpful_resource end |
#improvement_plan ⇒ Types::ChoiceContent
Returns the value of attribute improvement_plan.
220 221 222 |
# File 'sig/types.rbs', line 220 def improvement_plan @improvement_plan end |
#title ⇒ ::String
Returns the value of attribute title.
217 218 219 |
# File 'sig/types.rbs', line 217 def title @title end |