Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails
- 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.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def command @command end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def interval @interval end |
#retries ⇒ ::Integer
Returns the value of attribute retries.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def retries @retries end |
#start_period ⇒ ::Integer
Returns the value of attribute start_period.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def start_period @start_period end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def timeout @timeout end |