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.
5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'lib/aws-sdk-ecs/types.rb', line 5402 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.
5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'lib/aws-sdk-ecs/types.rb', line 5402 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The container instance health status.
5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'lib/aws-sdk-ecs/types.rb', line 5402 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.
5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'lib/aws-sdk-ecs/types.rb', line 5402 class InstanceHealthCheckResult < Struct.new( :type, :status, :last_updated, :last_status_change) SENSITIVE = [] include Aws::Structure end |