OriginRequestPolicySummary class

Contains an origin request policy.

Constructors

OriginRequestPolicySummary({required OriginRequestPolicy originRequestPolicy, required OriginRequestPolicyType type})
OriginRequestPolicySummary.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originRequestPolicy OriginRequestPolicy
The origin request policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type OriginRequestPolicyType
The type of origin request policy, either managed (created by AWS) or custom (created in this AWS account).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited