Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-signing-common
/
aws.smithy.kotlin.runtime.auth.awssigning
/
HashSpecification
/
Precalculated
Precalculated
data
class
Precalculated
(
val
hash
:
String
)
:
HashSpecification.HashLiteral
Use an explicit, precalculated value for the hash
Members
Constructors
Precalculated
Link copied to clipboard
constructor
(
hash
:
String
)
Properties
hash
Link copied to clipboard
open
override
val
hash
:
String