OriginRequestPolicySummary
public struct OriginRequestPolicySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The origin request policy.
Declaration
Swift
public let originRequestPolicy: OriginRequestPolicy
-
The type of origin request policy, either managed (created by AWS) or custom (created in this AWS account).
Declaration
Swift
public let type: OriginRequestPolicyType
-
Undocumented
Declaration
Swift
public init(originRequestPolicy: OriginRequestPolicy, type: OriginRequestPolicyType)