Class: Aws::Glacier::Types::UploadListElement

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

Overview

A list of in-progress multipart uploads for a vault.

Instance Attribute Summary collapse

Instance Attribute Details

#archive_descriptionString

The description of the archive that was specified in the Initiate Multipart Upload request.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/aws-sdk-glacier/types.rb', line 2656

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  include Aws::Structure
end

#creation_dateTime

The UTC time at which the multipart upload was initiated.

Returns:

  • (Time)


2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/aws-sdk-glacier/types.rb', line 2656

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  include Aws::Structure
end

#multipart_upload_idString

The ID of a multipart upload.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/aws-sdk-glacier/types.rb', line 2656

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  include Aws::Structure
end

#part_size_in_bytesInteger

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

Returns:

  • (Integer)


2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/aws-sdk-glacier/types.rb', line 2656

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  include Aws::Structure
end

#vault_arnString

The Amazon Resource Name (ARN) of the vault that contains the archive.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
# File 'lib/aws-sdk-glacier/types.rb', line 2656

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  include Aws::Structure
end