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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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:



10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-ecs/types.rb', line 10159

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