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)


2887
2888
2889
2890
2891
2892
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2887

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)


2887
2888
2889
2890
2891
2892
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2887

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