Class: Aws::Types::HealthCheckPathResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckPathResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::HealthCheckPathDestinationResponseObject]
Returns the value of attribute destinations.
-
#source ⇒ Types::HealthCheckPathSourceResponseObject
Returns the value of attribute source.
Instance Attribute Details
#destinations ⇒ ::Array[Types::HealthCheckPathDestinationResponseObject]
Returns the value of attribute destinations.
11132 11133 11134 |
# File 'sig/types.rbs', line 11132 def destinations @destinations end |
#source ⇒ Types::HealthCheckPathSourceResponseObject
Returns the value of attribute source.
11131 11132 11133 |
# File 'sig/types.rbs', line 11131 def source @source end |