Class: Aws::Omics::Types::ReadSetUploadPartListItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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

Instance Attribute Details

#checksumString

A unique identifier used to confirm that parts are being added to the correct upload.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time stamp for when a direct upload was created.

Returns:

  • (Time)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time stamp for the most recent update to an uploaded part.

Returns:

  • (Time)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#part_numberInteger

The number identifying the part in an upload.

Returns:

  • (Integer)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#part_sizeInteger

The size of the the part in an upload.

Returns:

  • (Integer)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#part_sourceString

The origin of the part being direct uploaded.

Returns:

  • (String)


4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4863

class ReadSetUploadPartListItem < Struct.new(
  :part_number,
  :part_size,
  :part_source,
  :checksum,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end