Class: Aws::ECS::Types::InstanceHealthCheckResult

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

Overview

An object representing the result of a container instance health status check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_status_changeTime

The Unix timestamp for when the container instance health status last changed.

Returns:

  • (Time)


5385
5386
5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5385

class InstanceHealthCheckResult < Struct.new(
  :type,
  :status,
  :last_updated,
  :last_status_change)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The Unix timestamp for when the container instance health status was last updated.

Returns:

  • (Time)


5385
5386
5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5385

class InstanceHealthCheckResult < Struct.new(
  :type,
  :status,
  :last_updated,
  :last_status_change)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The container instance health status.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5385

class InstanceHealthCheckResult < Struct.new(
  :type,
  :status,
  :last_updated,
  :last_status_change)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of container instance health status that was verified.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5385

class InstanceHealthCheckResult < Struct.new(
  :type,
  :status,
  :last_updated,
  :last_status_change)
  SENSITIVE = []
  include Aws::Structure
end