Class: Aws::Types::UpdateReviewTemplateAnswerOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReviewTemplateAnswerOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer ⇒ Types::ReviewTemplateAnswer
Returns the value of attribute answer.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#answer ⇒ Types::ReviewTemplateAnswer
Returns the value of attribute answer.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def answer @answer end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def lens_alias @lens_alias end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def template_arn @template_arn end |