Class: Aws::EC2::Types::NetworkInterfaceAttachment

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 timestamp indicating when the attachment initiated.

Returns:

  • (Time)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#delete_on_terminationBoolean

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

Returns:

  • (Boolean)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#device_indexInteger

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

Returns:

  • (Integer)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#instance_owner_idString

The AWS account ID of the owner of the instance.

Returns:

  • (String)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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

#statusString

The attachment state.

Returns:

  • (String)


27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
# File 'lib/aws-sdk-ec2/types.rb', line 27542

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