ListAccountAssignmentsResponse
public struct ListAccountAssignmentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of assignments that match the input AWS account and permission set.
Declaration
Swift
public let accountAssignments: [AccountAssignment]? -
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(accountAssignments: [AccountAssignment]? = nil, nextToken: String? = nil)
View on GitHub
ListAccountAssignmentsResponse Structure Reference