Class: Aws::ECS::Types::InstanceHealthCheckResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::InstanceHealthCheckResult
- 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
-
#last_status_change ⇒ Time
The Unix timestamp for when the container instance health status last changed.
-
#last_updated ⇒ Time
The Unix timestamp for when the container instance health status was last updated.
-
#status ⇒ String
The container instance health status.
-
#type ⇒ String
The type of container instance health status that was verified.
Instance Attribute Details
#last_status_change ⇒ Time
The Unix timestamp for when the container instance health status last changed.
5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/aws-sdk-ecs/types.rb', line 5579 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The Unix timestamp for when the container instance health status was last updated.
5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/aws-sdk-ecs/types.rb', line 5579 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The container instance health status.
5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/aws-sdk-ecs/types.rb', line 5579 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of container instance health status that was verified.
5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/aws-sdk-ecs/types.rb', line 5579 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |