Class: Aws::EC2::Types::AttachNetworkInterfaceResult

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

Overview

Contains the output of AttachNetworkInterface.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)


1236
1237
1238
1239
# File 'lib/aws-sdk-ec2/types.rb', line 1236

class AttachNetworkInterfaceResult < Struct.new(
  :attachment_id)
  include Aws::Structure
end