Class: Aws::Types::GetAnswerInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAnswerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
750 751 752 |
# File 'sig/types.rbs', line 750 def lens_alias @lens_alias end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
752 753 754 |
# File 'sig/types.rbs', line 752 def milestone_number @milestone_number end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def question_id @question_id end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
749 750 751 |
# File 'sig/types.rbs', line 749 def workload_id @workload_id end |