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)

1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1649

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)

1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1649

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)

1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1649

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