Class: Aws::Types::ContainerHealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::ContainerHealthCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#retries ⇒ ::Integer
Returns the value of attribute retries.
-
#start_period ⇒ ::Integer
Returns the value of attribute start_period.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
196 197 198 |
# File 'sig/types.rbs', line 196 def command @command end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
197 198 199 |
# File 'sig/types.rbs', line 197 def interval @interval end |
#retries ⇒ ::Integer
Returns the value of attribute retries.
198 199 200 |
# File 'sig/types.rbs', line 198 def retries @retries end |
#start_period ⇒ ::Integer
Returns the value of attribute start_period.
199 200 201 |
# File 'sig/types.rbs', line 199 def start_period @start_period end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
200 201 202 |
# File 'sig/types.rbs', line 200 def timeout @timeout end |