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.
256 257 258 |
# File 'sig/types.rbs', line 256 def exit_code @exit_code end |
#reason ⇒ ::String
Returns the value of attribute reason.
257 258 259 |
# File 'sig/types.rbs', line 257 def reason @reason end |