Class: Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output of ConfigureHealthCheck.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
The updated health check.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
The updated health check.
285 286 287 288 289 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 285 class ConfigureHealthCheckOutput < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end |