Class: Aws::Omics::Types::ReadSetUploadPartListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadSetUploadPartListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum ⇒ String
A unique identifier used to confirm that parts are being added to the correct upload.
-
#creation_time ⇒ Time
The time stamp for when a direct upload was created.
-
#last_updated_time ⇒ Time
The time stamp for the most recent update to an uploaded part.
-
#part_number ⇒ Integer
The number identifying the part in an upload.
-
#part_size ⇒ Integer
The size of the the part in an upload.
-
#part_source ⇒ String
The origin of the part being direct uploaded.
Instance Attribute Details
#checksum ⇒ String
A unique identifier used to confirm that parts are being added to the correct upload.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time stamp for when a direct upload was created.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time stamp for the most recent update to an uploaded part.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
The number identifying the part in an upload.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#part_size ⇒ Integer
The size of the the part in an upload.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#part_source ⇒ String
The origin of the part being direct uploaded.
5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-omics/types.rb', line 5290 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |