BucketLoggingStatus class

Container for logging status information.

Constructors

BucketLoggingStatus(LoggingEnabled? loggingEnabled)
BucketLoggingStatus.fromXml(XmlElement? xml)

Properties

hashCode int
The hash code for this object.
no setterinherited
loggingEnabled LoggingEnabled?
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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() → XmlNode

Operators

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