Class: Aws::Types::AttemptTaskContainerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def network_interfaces
  @network_interfaces
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def reason
  @reason
end