Class: Aws::EC2::Types::HealthCheckPathSourceResponseObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HealthCheckPathSourceResponseObject
- 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
-
#security_group_id ⇒ String
The ID of the security group for the source.
-
#subnet_id ⇒ String
The ID of the subnet for the source.
Instance Attribute Details
#security_group_id ⇒ String
The ID of the security group for the source.
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_id ⇒ String
The ID of the subnet for the source.
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 |