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

#sum::String

Returns the value of attribute sum.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def sum
  @sum
end

#type"SHA1"

Returns the value of attribute type.

Returns:

  • ("SHA1")


12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end