CachePolicySummary
public struct CachePolicySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The cache policy.
Declaration
Swift
public let cachePolicy: CachePolicy -
The type of cache policy, either managed (created by AWS) or custom (created in this AWS account).
Declaration
Swift
public let type: CachePolicyType -
Undocumented
Declaration
Swift
public init(cachePolicy: CachePolicy, type: CachePolicyType)
View on GitHub
CachePolicySummary Structure Reference