Class: Aws::EC2::Types::InstanceNetworkInterfaceAttachment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a network interface attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)


22739
22740
22741
22742
22743
22744
22745
22746
# File 'lib/aws-sdk-ec2/types.rb', line 22739

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status)
  include Aws::Structure
end

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)


22739
22740
22741
22742
22743
22744
22745
22746
# File 'lib/aws-sdk-ec2/types.rb', line 22739

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status)
  include Aws::Structure
end

#delete_on_terminationBoolean

Indicates whether the network interface is deleted when the instance is terminated.

Returns:

  • (Boolean)


22739
22740
22741
22742
22743
22744
22745
22746
# File 'lib/aws-sdk-ec2/types.rb', line 22739

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status)
  include Aws::Structure
end

#device_indexInteger

The index of the device on the instance for the network interface attachment.

Returns:

  • (Integer)


22739
22740
22741
22742
22743
22744
22745
22746
# File 'lib/aws-sdk-ec2/types.rb', line 22739

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status)
  include Aws::Structure
end

#statusString

The attachment state.

Returns:

  • (String)


22739
22740
22741
22742
22743
22744
22745
22746
# File 'lib/aws-sdk-ec2/types.rb', line 22739

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status)
  include Aws::Structure
end