ListPermissionSetsRequest

public struct ListPermissionSetsRequest : AWSShape
extension SSOAdmin.ListPermissionSetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let instanceArn: String
  • The maximum number of results to display for the assignment.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceArn: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws