Class: Aws::Types::VerifyRequest

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)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def dry_run
  @dry_run
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


1004
1005
1006
# File 'sig/types.rbs', line 1004

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def key_id
  @key_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def message
  @message
end

#message_type"RAW", ...

Returns the value of attribute message_type.

Returns:

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


1001
1002
1003
# File 'sig/types.rbs', line 1001

def message_type
  @message_type
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

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")


1003
1004
1005
# File 'sig/types.rbs', line 1003

def signing_algorithm
  @signing_algorithm
end