ArchiveCreationOutput class

Contains the Amazon S3 Glacier response to your request.

For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon S3 Glacier.

Constructors

ArchiveCreationOutput({String? archiveId, String? checksum, String? location})

Properties

archiveId String?
The ID of the archive. This value is also included as part of the location.
final
checksum String?
The checksum of the archive computed by Amazon S3 Glacier.
final
hashCode int
The hash code for this object.
no setterinherited
location String?
The relative URI path of the newly added archive resource.
final
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

Operators

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