Class: Aws::Types::HealthCheckPathRequestObject
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckPathRequestObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::HealthCheckPathDestinationRequestObject]
Returns the value of attribute destinations.
-
#source ⇒ Types::HealthCheckPathSourceRequestObject
Returns the value of attribute source.
Instance Attribute Details
#destinations ⇒ ::Array[Types::HealthCheckPathDestinationRequestObject]
Returns the value of attribute destinations.
11120 11121 11122 |
# File 'sig/types.rbs', line 11120 def destinations @destinations end |
#source ⇒ Types::HealthCheckPathSourceRequestObject
Returns the value of attribute source.
11119 11120 11121 |
# File 'sig/types.rbs', line 11119 def source @source end |