Class: Aws::ServiceDiscovery::Types::UpdateInstanceCustomHealthStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateInstanceCustomHealthStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance that you want to change the health status for.
-
#service_id ⇒ String
The ID of the service that includes the configuration for the custom health check that you want to change the status for.
-
#status ⇒ String
The new status of the instance, ‘HEALTHY` or `UNHEALTHY`.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance that you want to change the health status for.
3197 3198 3199 3200 3201 3202 3203 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3197 class UpdateInstanceCustomHealthStatusRequest < Struct.new( :service_id, :instance_id, :status) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service that includes the configuration for the custom health check that you want to change the status for.
3197 3198 3199 3200 3201 3202 3203 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3197 class UpdateInstanceCustomHealthStatusRequest < Struct.new( :service_id, :instance_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The new status of the instance, ‘HEALTHY` or `UNHEALTHY`.
3197 3198 3199 3200 3201 3202 3203 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3197 class UpdateInstanceCustomHealthStatusRequest < Struct.new( :service_id, :instance_id, :status) SENSITIVE = [] include Aws::Structure end |