Class: Aws::Types::ContainerSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContainerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
285 286 287 |
# File 'sig/types.rbs', line 285 def exit_code @exit_code end |
#reason ⇒ ::String
Returns the value of attribute reason.
286 287 288 |
# File 'sig/types.rbs', line 286 def reason @reason end |