Class: Aws::Types::GetReviewTemplateLensReviewOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetReviewTemplateLensReviewOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_review ⇒ Types::ReviewTemplateLensReview
Returns the value of attribute lens_review.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#lens_review ⇒ Types::ReviewTemplateLensReview
Returns the value of attribute lens_review.
899 900 901 |
# File 'sig/types.rbs', line 899 def lens_review @lens_review end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
898 899 900 |
# File 'sig/types.rbs', line 898 def template_arn @template_arn end |