CacheBehaviors
public struct CacheBehaviors : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.
Declaration
Swift
public let items: [CacheBehavior]?
-
The number of cache behaviors for this distribution.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [CacheBehavior]? = nil, quantity: Int)