Class: Aws::Types::ListReviewTemplateAnswersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListReviewTemplateAnswersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_summaries ⇒ ::Array[Types::ReviewTemplateAnswerSummary]
Returns the value of attribute answer_summaries.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#answer_summaries ⇒ ::Array[Types::ReviewTemplateAnswerSummary]
Returns the value of attribute answer_summaries.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def answer_summaries @answer_summaries end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def lens_alias @lens_alias end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def next_token @next_token end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def template_arn @template_arn end |