Class: Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckOutput

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

Overview

Contains the output of ConfigureHealthCheck.

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkTypes::HealthCheck

The updated health check.

Returns:



316
317
318
319
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 316

class ConfigureHealthCheckOutput < Struct.new(
  :health_check)
  include Aws::Structure
end