ListManagedPoliciesInPermissionSetResponse
public struct ListManagedPoliciesInPermissionSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The array of the AttachedManagedPolicy data type object.
Declaration
Swift
public let attachedManagedPolicies: [AttachedManagedPolicy]? -
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(attachedManagedPolicies: [AttachedManagedPolicy]? = nil, nextToken: String? = nil)
View on GitHub
ListManagedPoliciesInPermissionSetResponse Structure Reference