Class: Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the parameters for ConfigureHealthCheck.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkTypes::HealthCheck

The configuration information.

Returns:



270
271
272
273
274
275
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 270

class ConfigureHealthCheckInput < Struct.new(
  :load_balancer_name,
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


270
271
272
273
274
275
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 270

class ConfigureHealthCheckInput < Struct.new(
  :load_balancer_name,
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end