Class: Aws::EC2::Types::DescribeNetworkInterfacesResult

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

Overview

Contains the output of DescribeNetworkInterfaces.

Instance Attribute Summary collapse

Instance Attribute Details

#network_interfacesArray<Types::NetworkInterface>

Information about one or more network interfaces.

Returns:



8196
8197
8198
8199
# File 'lib/aws-sdk-ec2/types.rb', line 8196

class DescribeNetworkInterfacesResult < Struct.new(
  :network_interfaces)
  include Aws::Structure
end