You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::DescribeNetworkInterfacePermissionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeNetworkInterfacePermissionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  network_interface_permission_ids: ["NetworkInterfacePermissionId"],
  filters: [
    {
      name: "String",
      values: ["String"],
    },
  ],
  next_token: "String",
  max_results: 1,
}

Contains the parameters for DescribeNetworkInterfacePermissions.

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

One or more filters.

  • network-interface-permission.network-interface-permission-id - The ID of the permission.

  • network-interface-permission.network-interface-id - The ID of the network interface.

  • network-interface-permission.aws-account-id - The AWS account ID.

  • network-interface-permission.aws-service - The AWS service.

  • network-interface-permission.permission - The type of permission (INSTANCE-ATTACH | EIP-ASSOCIATE).

Returns:

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If this parameter is not specified, up to 50 results are returned by default.

Returns:

  • (Integer)

    The maximum number of results to return in a single call.

#network_interface_permission_idsArray<String>

One or more network interface permission IDs.

Returns:

  • (Array<String>)

    One or more network interface permission IDs.

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)

    The token to request the next page of results.