Class: Aws::Types::UpdateAnswerOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnswerOutput
- 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.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#answer ⇒ Types::Answer
Returns the value of attribute answer.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def answer @answer end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def lens_arn @lens_arn end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def workload_id @workload_id end |