Class: Aws::Types::DeleteReviewTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReviewTemplateInput
- 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.
-
#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.
580 581 582 |
# File 'sig/types.rbs', line 580 def client_request_token @client_request_token end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def template_arn @template_arn end |