Class: Aws::EC2::Types::AttachNetworkInterfaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AttachNetworkInterfaceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of AttachNetworkInterface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the network interface attachment.
-
#network_card_index ⇒ Integer
The index of the network card.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the network interface attachment.
3060 3061 3062 3063 3064 3065 |
# File 'lib/aws-sdk-ec2/types.rb', line 3060 class AttachNetworkInterfaceResult < Struct.new( :attachment_id, :network_card_index) SENSITIVE = [] include Aws::Structure end |
#network_card_index ⇒ Integer
The index of the network card.
3060 3061 3062 3063 3064 3065 |
# File 'lib/aws-sdk-ec2/types.rb', line 3060 class AttachNetworkInterfaceResult < Struct.new( :attachment_id, :network_card_index) SENSITIVE = [] include Aws::Structure end |