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.
10908 10909 10910 |
# File 'sig/types.rbs', line 10908 def destinations @destinations end |
#source ⇒ Types::HealthCheckPathSourceResponseObject
Returns the value of attribute source.
10907 10908 10909 |
# File 'sig/types.rbs', line 10907 def source @source end |