Class: Aws::Glacier::Types::ArchiveCreationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Contains the Amazon Glacier response to your request.

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

[1]: docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html [2]: docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The ID of the archive. This value is also included as part of the location.

Returns:

  • (String)


148
149
150
151
152
153
# File 'lib/aws-sdk-glacier/types.rb', line 148

class ArchiveCreationOutput < Struct.new(
  :location,
  :checksum,
  :archive_id)
  include Aws::Structure
end

#checksumString

The checksum of the archive computed by Amazon Glacier.

Returns:

  • (String)


148
149
150
151
152
153
# File 'lib/aws-sdk-glacier/types.rb', line 148

class ArchiveCreationOutput < Struct.new(
  :location,
  :checksum,
  :archive_id)
  include Aws::Structure
end

#locationString

The relative URI path of the newly added archive resource.

Returns:

  • (String)


148
149
150
151
152
153
# File 'lib/aws-sdk-glacier/types.rb', line 148

class ArchiveCreationOutput < Struct.new(
  :location,
  :checksum,
  :archive_id)
  include Aws::Structure
end