Class: Aws::EC2::Types::HealthCheckPathRequestObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HealthCheckPathRequestObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a health check path for an application status check request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::HealthCheckPathDestinationRequestObject>
The destinations for the health check path.
-
#source ⇒ Types::HealthCheckPathSourceRequestObject
The source for the health check path.
Instance Attribute Details
#destinations ⇒ Array<Types::HealthCheckPathDestinationRequestObject>
The destinations for the health check path.
49354 49355 49356 49357 49358 49359 |
# File 'lib/aws-sdk-ec2/types.rb', line 49354 class HealthCheckPathRequestObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::HealthCheckPathSourceRequestObject
The source for the health check path.
49354 49355 49356 49357 49358 49359 |
# File 'lib/aws-sdk-ec2/types.rb', line 49354 class HealthCheckPathRequestObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |