Class: Aws::Types::GetAnswerOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAnswerOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer ⇒ Types::Answer
Returns the value of attribute answer.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#answer ⇒ Types::Answer
Returns the value of attribute answer.
761 762 763 |
# File 'sig/types.rbs', line 761 def answer @answer end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
759 760 761 |
# File 'sig/types.rbs', line 759 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
760 761 762 |
# File 'sig/types.rbs', line 760 def lens_arn @lens_arn end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
758 759 760 |
# File 'sig/types.rbs', line 758 def milestone_number @milestone_number end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
757 758 759 |
# File 'sig/types.rbs', line 757 def workload_id @workload_id end |