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.
10902 10903 10904 |
# File 'sig/types.rbs', line 10902 def destinations @destinations end |
#source ⇒ Types::HealthCheckPathSourceRequestObject
Returns the value of attribute source.
10901 10902 10903 |
# File 'sig/types.rbs', line 10901 def source @source end |