ArchiveCreationOutput
public struct ArchiveCreationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the archive. This value is also included as part of the location.
Declaration
Swift
public let archiveId: String?
-
The checksum of the archive computed by Amazon S3 Glacier.
Declaration
Swift
public let checksum: String?
-
The relative URI path of the newly added archive resource.
Declaration
Swift
public let location: String?
-
Undocumented
Declaration
Swift
public init(archiveId: String? = nil, checksum: String? = nil, location: String? = nil)