class Aws::RAM::Types::ListPermissionsRequest

@note When making an API call, you may pass ListPermissionsRequest

data as a hash:

    {
      resource_type: "String",
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] resource_type

Specifies the resource type for which to list permissions. For
example, to list only permissions that apply to EC2 subnets, specify
`ec2:Subnet`.
@return [String]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve the remaining results, make another call with the returned
`nextToken` value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ListPermissionsRequest AWS API Documentation

Constants

SENSITIVE