Class: Aws::Types::GetReviewTemplateLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::GetReviewTemplateLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
895 896 897 |
# File 'sig/types.rbs', line 895 def lens_alias @lens_alias end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
894 895 896 |
# File 'sig/types.rbs', line 894 def template_arn @template_arn end |