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.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def cluster @cluster end |
#containers ⇒ ::Array[Types::ContainerStateChange]
Returns the value of attribute containers.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def containers @containers end |
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def execution_stopped_at @execution_stopped_at end |
#managed_agents ⇒ ::Array[Types::ManagedAgentStateChange]
Returns the value of attribute managed_agents.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def managed_agents @managed_agents end |
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def pull_started_at @pull_started_at end |
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def pull_stopped_at @pull_stopped_at end |
#reason ⇒ ::String
Returns the value of attribute reason.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def status @status end |
#task ⇒ ::String
Returns the value of attribute task.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def task @task end |