Class: Aws::EC2::Types::NetworkInterfaceAttachmentChanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkInterfaceAttachmentChanges
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an attachment change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the network interface attachment.
-
#default_ena_queue_count ⇒ Boolean
The default number of the ENA queues.
-
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
-
#ena_queue_count ⇒ Integer
The number of ENA queues to be created with the instance.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the network interface attachment.
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_count ⇒ Boolean
The default number of the ENA queues.
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_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
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_count ⇒ Integer
The number of ENA queues to be created with the instance.
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 |