CachePolicyList
public struct CachePolicyList : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains the cache policies in the list.
Declaration
Swift
public let items: [CachePolicySummary]?
-
The maximum number of cache policies requested.
Declaration
Swift
public let maxItems: Int
-
If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing cache policies where you left off.
Declaration
Swift
public let nextMarker: String?
-
The total number of cache policies returned in the response.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [CachePolicySummary]? = nil, maxItems: Int, nextMarker: String? = nil, quantity: Int)