struct Lightsail::ContainerServiceHealthCheckConfig
- Lightsail::ContainerServiceHealthCheckConfig
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #healthyThreshold : Int16 | Nil
- #healthyThreshold=(healthyThreshold : Int16 | Nil)
- #intervalSeconds : Int16 | Nil
- #intervalSeconds=(intervalSeconds : Int16 | Nil)
- #path : String | Nil
- #path=(path : String | Nil)
- #successCodes : String | Nil
- #successCodes=(successCodes : String | Nil)
- #timeoutSeconds : Int16 | Nil
- #timeoutSeconds=(timeoutSeconds : Int16 | Nil)
- #unhealthyThreshold : Int16 | Nil
- #unhealthyThreshold=(unhealthyThreshold : Int16 | Nil)