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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2262

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

#creation_dateTime

The UTC time at which the multipart upload was initiated.

Returns:

  • (Time)


2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2262

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

#multipart_upload_idString

The ID of a multipart upload.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2262

class UploadListElement < Struct.new(
  :multipart_upload_id,
  :vault_arn,
  :archive_description,
  :part_size_in_bytes,
  :creation_date)
  SENSITIVE = []
  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)


2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2262

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

#vault_arnString

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

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2262

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