Class: Aws::Types::DescribeTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
123 124 125 |
# File 'sig/types.rbs', line 123 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
124 125 126 |
# File 'sig/types.rbs', line 124 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
125 126 127 |
# File 'sig/types.rbs', line 125 def description @description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
126 127 128 |
# File 'sig/types.rbs', line 126 def last_updated_at @last_updated_at end |
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
127 128 129 |
# File 'sig/types.rbs', line 127 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
128 129 130 |
# File 'sig/types.rbs', line 128 def @tags end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
129 130 131 |
# File 'sig/types.rbs', line 129 def targets @targets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
130 131 132 |
# File 'sig/types.rbs', line 130 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def task_id @task_id end |