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