Class: Aws::EC2::Types::HealthCheckPathResponseObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HealthCheckPathResponseObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a health check path for an application status check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::HealthCheckPathDestinationResponseObject>
The destinations for the health check path.
-
#source ⇒ Types::HealthCheckPathSourceResponseObject
The source for the health check path.
Instance Attribute Details
#destinations ⇒ Array<Types::HealthCheckPathDestinationResponseObject>
The destinations for the health check path.
49373 49374 49375 49376 49377 49378 |
# File 'lib/aws-sdk-ec2/types.rb', line 49373 class HealthCheckPathResponseObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::HealthCheckPathSourceResponseObject
The source for the health check path.
49373 49374 49375 49376 49377 49378 |
# File 'lib/aws-sdk-ec2/types.rb', line 49373 class HealthCheckPathResponseObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |