Class: Aws::ECS::Types::ContainerStateChange

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

Overview

An object that represents a change in state for a container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#exit_codeInteger

The exit code for the container, if the state change is a result of the container exiting.

Returns:

  • (Integer)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#image_digestString

The container image SHA 256 digest.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#network_bindingsArray<Types::NetworkBinding>

Any network bindings that are associated with the container.

Returns:



2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#reasonString

The reason for the state change.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#runtime_idString

The ID of the Docker container.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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

#statusString

The status of the container.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2381

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