CachedMethods

public struct CachedMethods : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complex type that contains the HTTP methods that you want CloudFront to cache responses to.

    Declaration

    Swift

    public let items: [Method]
  • The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(items: [Method], quantity: Int)