Class: Aws::Types::HealthCheckPathSourceResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckPathSourceResponseObject
- 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.
11144 11145 11146 |
# File 'sig/types.rbs', line 11144 def security_group_id @security_group_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11143 11144 11145 |
# File 'sig/types.rbs', line 11143 def subnet_id @subnet_id end |