Class: Aws::Types::EksAttemptContainerDetail
- Inherits:
-
Object
- Object
- Aws::Types::EksAttemptContainerDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_id ⇒ ::String
Returns the value of attribute container_id.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#container_id ⇒ ::String
Returns the value of attribute container_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def container_id @container_id end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
636 637 638 |
# File 'sig/types.rbs', line 636 def exit_code @exit_code end |
#name ⇒ ::String
Returns the value of attribute name.
634 635 636 |
# File 'sig/types.rbs', line 634 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
637 638 639 |
# File 'sig/types.rbs', line 637 def reason @reason end |