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

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

Overview

Contains the output of AttachNetworkInterface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2896

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

#network_card_indexInteger

The index of the network card.

Returns:

  • (Integer)


2896
2897
2898
2899
2900
2901
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2896

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