Class: Aws::Types::AttemptTaskContainerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AttemptTaskContainerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
59 60 61 |
# File 'sig/types.rbs', line 59 def exit_code @exit_code end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
62 63 64 |
# File 'sig/types.rbs', line 62 def log_stream_name @log_stream_name end |
#name ⇒ ::String
Returns the value of attribute name.
60 61 62 |
# File 'sig/types.rbs', line 60 def name @name end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
63 64 65 |
# File 'sig/types.rbs', line 63 def network_interfaces @network_interfaces end |
#reason ⇒ ::String
Returns the value of attribute reason.
61 62 63 |
# File 'sig/types.rbs', line 61 def reason @reason end |