Class: Aws::Types::SubmitTaskStateChangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitTaskStateChangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::AttachmentStateChange]
Returns the value of attribute attachments.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#containers ⇒ ::Array[Types::ContainerStateChange]
Returns the value of attribute containers.
-
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
-
#managed_agents ⇒ ::Array[Types::ManagedAgentStateChange]
Returns the value of attribute managed_agents.
-
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
-
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#attachments ⇒ ::Array[Types::AttachmentStateChange]
Returns the value of attribute attachments.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def @attachments end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def cluster @cluster end |
#containers ⇒ ::Array[Types::ContainerStateChange]
Returns the value of attribute containers.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def containers @containers end |
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def execution_stopped_at @execution_stopped_at end |
#managed_agents ⇒ ::Array[Types::ManagedAgentStateChange]
Returns the value of attribute managed_agents.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def managed_agents @managed_agents end |
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def pull_started_at @pull_started_at end |
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def pull_stopped_at @pull_stopped_at end |
#reason ⇒ ::String
Returns the value of attribute reason.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def status @status end |
#task ⇒ ::String
Returns the value of attribute task.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def task @task end |