Class: Aws::Types::ContainerServiceHealthCheckConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContainerServiceHealthCheckConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
-
#interval_seconds ⇒ ::Integer
Returns the value of attribute interval_seconds.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#success_codes ⇒ ::String
Returns the value of attribute success_codes.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
-
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
Instance Attribute Details
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
457 458 459 |
# File 'sig/types.rbs', line 457 def healthy_threshold @healthy_threshold end |
#interval_seconds ⇒ ::Integer
Returns the value of attribute interval_seconds.
460 461 462 |
# File 'sig/types.rbs', line 460 def interval_seconds @interval_seconds end |
#path ⇒ ::String
Returns the value of attribute path.
461 462 463 |
# File 'sig/types.rbs', line 461 def path @path end |
#success_codes ⇒ ::String
Returns the value of attribute success_codes.
462 463 464 |
# File 'sig/types.rbs', line 462 def success_codes @success_codes end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
459 460 461 |
# File 'sig/types.rbs', line 459 def timeout_seconds @timeout_seconds end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
458 459 460 |
# File 'sig/types.rbs', line 458 def unhealthy_threshold @unhealthy_threshold end |