Class: Aws::EC2::Types::HealthCheckPathResponseObject

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

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