Class: Aws::CleanRooms::Types::Hash

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

Overview

Hash

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sha256String

The SHA-256 hash value.

Returns:

  • (String)


4902
4903
4904
4905
4906
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4902

class Hash < Struct.new(
  :sha256)
  SENSITIVE = []
  include Aws::Structure
end