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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1598
1599
1600
1601
1602
1603
1604
# File 'lib/aws-sdk-omics/types.rb', line 1598

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)


1598
1599
1600
1601
1602
1603
1604
# File 'lib/aws-sdk-omics/types.rb', line 1598

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)


1598
1599
1600
1601
1602
1603
1604
# File 'lib/aws-sdk-omics/types.rb', line 1598

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