Class: Aws::Omics::Types::ETag

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

Overview

The entity tag (ETag) is a hash of the object representing its semantic content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmString

The algorithm used to calculate the read set’s ETag(s).

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1483

class ETag < Struct.new(
  :algorithm,
  :source1,
  :source2)
  SENSITIVE = []
  include Aws::Structure
end

#source1String

The ETag hash calculated on Source1 of the read set.

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1483

class ETag < Struct.new(
  :algorithm,
  :source1,
  :source2)
  SENSITIVE = []
  include Aws::Structure
end

#source2String

The ETag hash calculated on Source2 of the read set.

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1483

class ETag < Struct.new(
  :algorithm,
  :source1,
  :source2)
  SENSITIVE = []
  include Aws::Structure
end