Class: Aws::Types::AttemptContainerDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_instance_arn::String

Returns the value of attribute container_instance_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def network_interfaces
  @network_interfaces
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def reason
  @reason
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def task_arn
  @task_arn
end