BatchLookupPolicyResponse
public struct BatchLookupPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.
Declaration
Swift
public let policyToPathList: [PolicyToPath]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, policyToPathList: [PolicyToPath]? = nil)
View on GitHub
BatchLookupPolicyResponse Structure Reference