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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5432
5433
5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-ecs/types.rb', line 5432

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)


5432
5433
5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-ecs/types.rb', line 5432

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

#statusString

The container instance health status.

Returns:

  • (String)


5432
5433
5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-ecs/types.rb', line 5432

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)


5432
5433
5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-ecs/types.rb', line 5432

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