Class: Aws::Types::GetReviewTemplateAnswerInput
- Inherits:
-
Object
- Object
- Aws::Types::GetReviewTemplateAnswerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
876 877 878 |
# File 'sig/types.rbs', line 876 def lens_alias @lens_alias end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def question_id @question_id end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
875 876 877 |
# File 'sig/types.rbs', line 875 def template_arn @template_arn end |