Class: Aws::Types::CreateJobTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobTemplateResponse
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
97 98 99 |
# File 'sig/types.rbs', line 97 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
94 95 96 |
# File 'sig/types.rbs', line 94 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
95 96 97 |
# File 'sig/types.rbs', line 95 def name @name end |