Class: Aws::Types::JobTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
-
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def description @description end |
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def job_template_arn @job_template_arn end |
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def job_template_id @job_template_id end |