class Aws::SSOAdmin::Types::ListPermissionSetsRequest
@note When making an API call, you may pass ListPermissionSetsRequest
data as a hash: { instance_arn: "InstanceArn", # required next_token: "Token", max_results: 1, }
@!attribute [rw] instance_arn
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*. @return [String]
@!attribute [rw] next_token
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls. @return [String]
@!attribute [rw] max_results
The maximum number of results to display for the assignment. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/ListPermissionSetsRequest AWS API Documentation
Constants
- SENSITIVE