InvalidationBatch class
An invalidation batch.
Constructors
- InvalidationBatch({@_s.required String callerReference, @_s.required Paths paths})
- InvalidationBatch.fromXml(XmlElement elem)
-
factory
Properties
- callerReference → String
-
A value that you specify to uniquely identify an invalidation request.
CloudFront uses the value to prevent you from accidentally resubmitting an
identical request. Whenever you create a new invalidation request, you must
specify a new value for
CallerReference
and change other values in the request as applicable. One way to ensure that the value ofCallerReference
is unique is to use atimestamp
, for example,20120301090000
. [...]final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- paths → Paths
-
A complex type that contains information about the objects that you want to
invalidate. For more information, see Specifying
the Objects to Invalidate in the Amazon CloudFront Developer
Guide.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
toXml(
String elemName) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited