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:



13191
13192
13193
13194
13195
# File 'lib/aws-sdk-ec2/types.rb', line 13191

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

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


13191
13192
13193
13194
13195
# File 'lib/aws-sdk-ec2/types.rb', line 13191

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