Class: Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for ConfigureHealthCheck.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
The configuration information.
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
The configuration information.
270 271 272 273 274 275 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 270 class ConfigureHealthCheckInput < Struct.new( :load_balancer_name, :health_check) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer.
270 271 272 273 274 275 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 270 class ConfigureHealthCheckInput < Struct.new( :load_balancer_name, :health_check) SENSITIVE = [] include Aws::Structure end |