IntelligentTieringAndOperator class

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

Constructors

IntelligentTieringAndOperator({String? prefix, List<Tag>? tags})
IntelligentTieringAndOperator.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String?
An object key name prefix that identifies the subset of objects to which the configuration applies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
All of these tags must exist in the object's tag set in order for the configuration to apply.
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