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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


52340
52341
52342
52343
52344
52345
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52340

class NetworkInterfaceAttachmentChanges < Struct.new(
  :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)


52340
52341
52342
52343
52344
52345
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52340

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