Class: Aws::Types::TaskTemplateMetadata
- Inherits:
-
Object
- Object
- Aws::Types::TaskTemplateMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8079 8080 8081 |
# File 'sig/types.rbs', line 8079 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
8084 8085 8086 |
# File 'sig/types.rbs', line 8084 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
8081 8082 8083 |
# File 'sig/types.rbs', line 8081 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8078 8079 8080 |
# File 'sig/types.rbs', line 8078 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8083 8084 8085 |
# File 'sig/types.rbs', line 8083 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
8080 8081 8082 |
# File 'sig/types.rbs', line 8080 def name @name end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
8082 8083 8084 |
# File 'sig/types.rbs', line 8082 def status @status end |