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.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def description @description end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def task_arn @task_arn end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
3551 3552 3553 |
# File 'sig/types.rbs', line 3551 def task_name @task_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def version @version end |