Class: Aws::Types::Checksum

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_algorithm ⇒ "SHA256"

Returns the value of attribute encryption_algorithm.

Returns:

  • ("SHA256")


90
91
92
# File 'sig/types.rbs', line 90

def encryption_algorithm
  @encryption_algorithm
end

#hash ⇒ ::String

Returns the value of attribute hash.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def hash
  @hash
end