Class: Aws::Types::UpgradeReviewTemplateLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeReviewTemplateLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def client_request_token @client_request_token end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def lens_alias @lens_alias end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def template_arn @template_arn end |