CreateCachePolicyResult

public struct CreateCachePolicyResult : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A cache policy.

    Declaration

    Swift

    public let cachePolicy: CachePolicy?
  • The current version of the cache policy.

    Declaration

    Swift

    public let eTag: String?
  • The fully qualified URI of the cache policy just created.

    Declaration

    Swift

    public let location: String?
  • Undocumented

    Declaration

    Swift

    public init(cachePolicy: CachePolicy? = nil, eTag: String? = nil, location: String? = nil)