Paths
public struct Paths : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A complex type that contains a list of the paths that you want to invalidate.
Declaration
Swift
public let items: [String]? -
The number of invalidation paths specified for the objects that you want to invalidate.
Declaration
Swift
public let quantity: Int -
Undocumented
Declaration
Swift
public init(items: [String]? = nil, quantity: Int)
View on GitHub
Paths Structure Reference