Class: Aws::EC2::Types::HealthCheckPathRequestObject

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destinationsArray<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

#sourceTypes::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