Class: Aws::EC2::Types::HealthCheckPathDestinationResponseObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HealthCheckPathDestinationResponseObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a destination 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 destination.
-
#subnet_id ⇒ String
The ID of the subnet for the destination.
Instance Attribute Details
#security_group_id ⇒ String
The ID of the security group for the destination.
49335 49336 49337 49338 49339 49340 |
# File 'lib/aws-sdk-ec2/types.rb', line 49335 class HealthCheckPathDestinationResponseObject < Struct.new( :subnet_id, :security_group_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet for the destination.
49335 49336 49337 49338 49339 49340 |
# File 'lib/aws-sdk-ec2/types.rb', line 49335 class HealthCheckPathDestinationResponseObject < Struct.new( :subnet_id, :security_group_id) SENSITIVE = [] include Aws::Structure end |