Class: Aws::Types::JobTemplate
- Inherits:
-
Object
- Object
- Aws::Types::JobTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#decryption_error ⇒ ::String
Returns the value of attribute decryption_error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
375 376 377 |
# File 'sig/types.rbs', line 375 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
376 377 378 |
# File 'sig/types.rbs', line 376 def created_by @created_by end |
#decryption_error ⇒ ::String
Returns the value of attribute decryption_error.
380 381 382 |
# File 'sig/types.rbs', line 380 def decryption_error @decryption_error end |
#id ⇒ ::String
Returns the value of attribute id.
373 374 375 |
# File 'sig/types.rbs', line 373 def id @id end |
#job_template_data ⇒ Types::JobTemplateData
Returns the value of attribute job_template_data.
378 379 380 |
# File 'sig/types.rbs', line 378 def job_template_data @job_template_data end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
379 380 381 |
# File 'sig/types.rbs', line 379 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
372 373 374 |
# File 'sig/types.rbs', line 372 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
377 378 379 |
# File 'sig/types.rbs', line 377 def @tags end |