Method: Aws::Batch::Types::AttemptTaskContainerDetails#network_interfaces

Defined in:
lib/aws-sdk-batch/types.rb

#network_interfacesArray<Types::NetworkInterface>

The network interfaces that are associated with the job attempt.

Returns:



236
237
238
239
240
241
242
243
244
# File 'lib/aws-sdk-batch/types.rb', line 236

class AttemptTaskContainerDetails < Struct.new(
  :exit_code,
  :name,
  :reason,
  :log_stream_name,
  :network_interfaces)
  SENSITIVE = []
  include Aws::Structure
end