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.
642 643 644 |
# File 'sig/types.rbs', line 642 def container_id @container_id end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
643 644 645 |
# File 'sig/types.rbs', line 643 def exit_code @exit_code end |
#name ⇒ ::String
Returns the value of attribute name.
641 642 643 |
# File 'sig/types.rbs', line 641 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
644 645 646 |
# File 'sig/types.rbs', line 644 def reason @reason end |