Class: Aws::EC2::Types::NetworkInterfaceAttachmentChanges

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

Overview

Describes an attachment change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)


58698
58699
58700
58701
58702
58703
58704
58705
# File 'lib/aws-sdk-ec2/types.rb', line 58698

class NetworkInterfaceAttachmentChanges < Struct.new(
  :default_ena_queue_count,
  :ena_queue_count,
  :attachment_id,
  :delete_on_termination)
  SENSITIVE = []
  include Aws::Structure
end

#default_ena_queue_countBoolean

The default number of the ENA queues.

Returns:

  • (Boolean)


58698
58699
58700
58701
58702
58703
58704
58705
# File 'lib/aws-sdk-ec2/types.rb', line 58698

class NetworkInterfaceAttachmentChanges < Struct.new(
  :default_ena_queue_count,
  :ena_queue_count,
  :attachment_id,
  :delete_on_termination)
  SENSITIVE = []
  include Aws::Structure
end

#delete_on_terminationBoolean

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

Returns:

  • (Boolean)


58698
58699
58700
58701
58702
58703
58704
58705
# File 'lib/aws-sdk-ec2/types.rb', line 58698

class NetworkInterfaceAttachmentChanges < Struct.new(
  :default_ena_queue_count,
  :ena_queue_count,
  :attachment_id,
  :delete_on_termination)
  SENSITIVE = []
  include Aws::Structure
end

#ena_queue_countInteger

The number of ENA queues to be created with the instance.

Returns:

  • (Integer)


58698
58699
58700
58701
58702
58703
58704
58705
# File 'lib/aws-sdk-ec2/types.rb', line 58698

class NetworkInterfaceAttachmentChanges < Struct.new(
  :default_ena_queue_count,
  :ena_queue_count,
  :attachment_id,
  :delete_on_termination)
  SENSITIVE = []
  include Aws::Structure
end