Class: Aws::ECS::Types::SubmitContainerStateChangeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The short name or full ARN of the cluster that hosts the container.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#container_nameString

The name of the container.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#exit_codeInteger

The exit code that’s returned for the state change request.

Returns:

  • (Integer)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#network_bindingsArray<Types::NetworkBinding>

The network bindings of the container.

Returns:



10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the state change request.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_idString

The ID of the Docker container.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the state change request.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end

#taskString

The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.

Returns:

  • (String)


10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
# File 'lib/aws-sdk-ecs/types.rb', line 10107

class SubmitContainerStateChangeRequest < Struct.new(
  :cluster,
  :task,
  :container_name,
  :runtime_id,
  :status,
  :exit_code,
  :reason,
  :network_bindings)
  SENSITIVE = []
  include Aws::Structure
end