Class: Aws::Types::TaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskSummary
- 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.
-
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def description @description end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def task_arn @task_arn end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def task_name @task_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def version @version end |