ListAccountAssignmentsRequest
public struct ListAccountAssignmentsRequest : AWSShape
extension SSOAdmin.ListAccountAssignmentsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the AWS account from which to list the assignments.
Declaration
Swift
public let accountId: String
-
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?
-
The ARN of the permission set from which to list assignments.
Declaration
Swift
public let permissionSetArn: String
-
Undocumented
Declaration
Swift
public init(accountId: String, instanceArn: String, maxResults: Int? = nil, nextToken: String? = nil, permissionSetArn: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSOAdmin.ListAccountAssignmentsRequest