GetResourcePoliciesResponse
public struct GetResourcePoliciesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the individual resource policies and the account-level resource policy.
Declaration
Swift
public let getResourcePoliciesResponseList: [GluePolicy]?
-
A continuation token, if the returned list does not contain the last resource policy available.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(getResourcePoliciesResponseList: [GluePolicy]? = nil, nextToken: String? = nil)