Class: Aws::Types::HealthCheckPathDestinationResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckPathDestinationResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
10896 10897 10898 |
# File 'sig/types.rbs', line 10896 def security_group_id @security_group_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
10895 10896 10897 |
# File 'sig/types.rbs', line 10895 def subnet_id @subnet_id end |