Class: Aws::Types::CreateReviewTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateReviewTemplateInput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
451 452 453 |
# File 'sig/types.rbs', line 451 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
447 448 449 |
# File 'sig/types.rbs', line 447 def description @description end |
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
448 449 450 |
# File 'sig/types.rbs', line 448 def lenses @lenses end |
#notes ⇒ ::String
Returns the value of attribute notes.
449 450 451 |
# File 'sig/types.rbs', line 449 def notes @notes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
450 451 452 |
# File 'sig/types.rbs', line 450 def @tags end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
446 447 448 |
# File 'sig/types.rbs', line 446 def template_name @template_name end |