GetOriginRequestPolicyConfigRequest

public struct GetOriginRequestPolicyConfigRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier for the origin request policy. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(id: String)