Class: Aws::EC2::Types::HealthCheckPathRequestObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HealthCheckPathRequestObject
- Defined in:
- gems/aws-sdk-ec2/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.
50259 50260 50261 50262 50263 50264 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50259 class HealthCheckPathRequestObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::HealthCheckPathSourceRequestObject
The source for the health check path.
50259 50260 50261 50262 50263 50264 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50259 class HealthCheckPathRequestObject < Struct.new( :source, :destinations) SENSITIVE = [] include Aws::Structure end |