ListPoliciesResponse
public struct ListPoliciesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The marker for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextMarker: String? -
The descriptions of the policies.
Declaration
Swift
public let policies: [Policy]? -
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, policies: [Policy]? = nil)
View on GitHub
ListPoliciesResponse Structure Reference