Class: Aws::Types::CreateJobTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#job_template_data ⇒ Types::JobTemplateData
Returns the value of attribute job_template_data.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
86 87 88 |
# File 'sig/types.rbs', line 86 def client_token @client_token end |
#job_template_data ⇒ Types::JobTemplateData
Returns the value of attribute job_template_data.
87 88 89 |
# File 'sig/types.rbs', line 87 def job_template_data @job_template_data end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def end |