Class: Aws::Types::HealthCheckConfig
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
-
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
-
#type ⇒ "HTTP", ...
Returns the value of attribute type.
Instance Attribute Details
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
243 244 245 |
# File 'sig/types.rbs', line 243 def failure_threshold @failure_threshold end |
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
242 243 244 |
# File 'sig/types.rbs', line 242 def resource_path @resource_path end |
#type ⇒ "HTTP", ...
Returns the value of attribute type.
241 242 243 |
# File 'sig/types.rbs', line 241 def type @type end |