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.
673 674 675 |
# File 'sig/types.rbs', line 673 def container_id @container_id end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
674 675 676 |
# File 'sig/types.rbs', line 674 def exit_code @exit_code end |
#name ⇒ ::String
Returns the value of attribute name.
672 673 674 |
# File 'sig/types.rbs', line 672 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
675 676 677 |
# File 'sig/types.rbs', line 675 def reason @reason end |