ListAccountAssignmentDeletionStatusRequest
public struct ListAccountAssignmentDeletionStatusRequest : AWSShape
extension SSOAdmin.ListAccountAssignmentDeletionStatusRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters results based on the passed attribute value.
Declaration
Swift
public let filter: OperationStatusFilter?
-
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(filter: OperationStatusFilter? = nil, instanceArn: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSOAdmin.ListAccountAssignmentDeletionStatusRequest