Class: Aws::Types::SignResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def key_id
  @key_id
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def signature
  @signature
end

#signing_algorithm"RSASSA_PSS_SHA_256", ...

Returns the value of attribute signing_algorithm.

Returns:

  • ("RSASSA_PSS_SHA_256", "RSASSA_PSS_SHA_384", "RSASSA_PSS_SHA_512", "RSASSA_PKCS1_V1_5_SHA_256", "RSASSA_PKCS1_V1_5_SHA_384", "RSASSA_PKCS1_V1_5_SHA_512", "ECDSA_SHA_256", "ECDSA_SHA_384", "ECDSA_SHA_512", "SM2DSA", "ML_DSA_SHAKE_256", "ED25519_SHA_512", "ED25519_PH_SHA_512")


914
915
916
# File 'sig/types.rbs', line 914

def signing_algorithm
  @signing_algorithm
end