Class: Aws::Types::GetReviewTemplateAnswerOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetReviewTemplateAnswerOutput
- 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.
884 885 886 |
# File 'sig/types.rbs', line 884 def answer @answer end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
883 884 885 |
# File 'sig/types.rbs', line 883 def lens_alias @lens_alias end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
882 883 884 |
# File 'sig/types.rbs', line 882 def template_arn @template_arn end |