Class: Aws::EC2::Types::DescribeNetworkInterfacePermissionsResult

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

Overview

Contains the output for DescribeNetworkInterfacePermissions.

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_permissionsArray<Types::NetworkInterfacePermission>

The network interface permissions.



13098
13099
13100
13101
13102
# File 'lib/aws-sdk-ec2/types.rb', line 13098

class DescribeNetworkInterfacePermissionsResult < Struct.new(
  :network_interface_permissions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


13098
13099
13100
13101
13102
# File 'lib/aws-sdk-ec2/types.rb', line 13098

class DescribeNetworkInterfacePermissionsResult < Struct.new(
  :network_interface_permissions,
  :next_token)
  include Aws::Structure
end