Class: Aws::ECS::Types::SubmitTaskStateChangeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::AttachmentStateChange>

Any attachments associated with the state change request.

Returns:



10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.

Returns:

  • (String)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#containersArray<Types::ContainerStateChange>

Any containers that's associated with the state change request.

Returns:



10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_stopped_atTime

The Unix timestamp for the time when the task execution stopped.

Returns:

  • (Time)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#managed_agentsArray<Types::ManagedAgentStateChange>

The details for the managed agent that's associated with the task.

Returns:



10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#pull_started_atTime

The Unix timestamp for the time when the container image pull started.

Returns:

  • (Time)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#pull_stopped_atTime

The Unix timestamp for the time when the container image pull completed.

Returns:

  • (Time)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the state change request.

Returns:

  • (String)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the state change request.

Returns:

  • (String)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end

#taskString

The task ID or full ARN of the task in the state change request.

Returns:

  • (String)


10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10177

class SubmitTaskStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :status,
  :reason,
  :containers,
  :attachments,
  :managed_agents,
  :pull_started_at,
  :pull_stopped_at,
  :execution_stopped_at)
  SENSITIVE = []
  include Aws::Structure
end