Class: Aws::Types::SignRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


907
908
909
# File 'sig/types.rbs', line 907

def dry_run
  @dry_run
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


905
906
907
# File 'sig/types.rbs', line 905

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def key_id
  @key_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def message
  @message
end

#message_type"RAW", ...

Returns the value of attribute message_type.

Returns:

  • ("RAW", "DIGEST", "EXTERNAL_MU")


904
905
906
# File 'sig/types.rbs', line 904

def message_type
  @message_type
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")


906
907
908
# File 'sig/types.rbs', line 906

def signing_algorithm
  @signing_algorithm
end