Class: Aws::EC2::Types::HealthCheckPathSourceResponseObject

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the source for a health check path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idString

The ID of the security group for the source.

Returns:

  • (String)


49413
49414
49415
49416
49417
49418
# File 'lib/aws-sdk-ec2/types.rb', line 49413

class HealthCheckPathSourceResponseObject < Struct.new(
  :subnet_id,
  :security_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet for the source.

Returns:

  • (String)


49413
49414
49415
49416
49417
49418
# File 'lib/aws-sdk-ec2/types.rb', line 49413

class HealthCheckPathSourceResponseObject < Struct.new(
  :subnet_id,
  :security_group_id)
  SENSITIVE = []
  include Aws::Structure
end