Class: Aws::Types::AttemptContainerDetail
- Inherits:
-
Object
- Object
- Aws::Types::AttemptContainerDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
Instance Attribute Details
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def container_instance_arn @container_instance_arn end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
35 36 37 |
# File 'sig/types.rbs', line 35 def exit_code @exit_code end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def log_stream_name @log_stream_name end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
38 39 40 |
# File 'sig/types.rbs', line 38 def network_interfaces @network_interfaces end |
#reason ⇒ ::String
Returns the value of attribute reason.
36 37 38 |
# File 'sig/types.rbs', line 36 def reason @reason end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def task_arn @task_arn end |