Class: Aws::Glacier::Types::ListPartsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::ListPartsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_description ⇒ String
The description of the archive that was specified in the Initiate Multipart Upload request.
-
#creation_date ⇒ Time
The UTC time at which the multipart upload was initiated.
-
#marker ⇒ String
An opaque string that represents where to continue pagination of the results.
-
#multipart_upload_id ⇒ String
The ID of the upload to which the parts are associated.
-
#part_size_in_bytes ⇒ Integer
The part size in bytes.
-
#parts ⇒ Array<Types::PartListElement>
A list of the part sizes of the multipart upload.
-
#vault_arn ⇒ String
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
Instance Attribute Details
#archive_description ⇒ String
The description of the archive that was specified in the Initiate Multipart Upload request.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The UTC time at which the multipart upload was initiated.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is ‘null`.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#multipart_upload_id ⇒ String
The ID of the upload to which the parts are associated.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#part_size_in_bytes ⇒ Integer
The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#parts ⇒ Array<Types::PartListElement>
A list of the part sizes of the multipart upload. Each object in the array contains a ‘RangeBytes` and `sha256-tree-hash` name/value pair.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |
#vault_arn ⇒ String
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/aws-sdk-glacier/types.rb', line 1685 class ListPartsOutput < Struct.new( :multipart_upload_id, :vault_arn, :archive_description, :part_size_in_bytes, :creation_date, :parts, :marker) SENSITIVE = [] include Aws::Structure end |