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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 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.
5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-omics/types.rb', line 5135 class ReadSetUploadPartListItem < Struct.new( :part_number, :part_size, :part_source, :checksum, :creation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |