OriginRequestPolicyList

public struct OriginRequestPolicyList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains the origin request policies in the list.

    Declaration

    Swift

    public let items: [OriginRequestPolicySummary]?
  • The maximum number of origin request policies requested.

    Declaration

    Swift

    public let maxItems: Int
  • If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing origin request policies where you left off.

    Declaration

    Swift

    public let nextMarker: String?
  • The total number of origin request policies returned in the response.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(items: [OriginRequestPolicySummary]? = nil, maxItems: Int, nextMarker: String? = nil, quantity: Int)