LookupPolicyResponse
public struct LookupPolicyResponse : 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)