ReplicaModifications class
A filter that you can specify for selection for modifications on replicas.
Amazon S3 doesn't replicate replica modifications by default. In the latest
version of replication configuration (when Filter
is
specified), you can specify this element and set the status to
Enabled
to replicate modifications on replicas.
Constructors
- ReplicaModifications({required ReplicaModificationsStatus status})
- ReplicaModifications.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReplicaModificationsStatus
-
Specifies whether Amazon S3 replicates modifications on replicas.
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
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited