Class: Aws::Types::VerifyMacResponse

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)


992
993
994
# File 'sig/types.rbs', line 992

def key_id
  @key_id
end

#mac_algorithm"HMAC_SHA_224", ...

Returns the value of attribute mac_algorithm.

Returns:

  • ("HMAC_SHA_224", "HMAC_SHA_256", "HMAC_SHA_384", "HMAC_SHA_512")


994
995
996
# File 'sig/types.rbs', line 994

def mac_algorithm
  @mac_algorithm
end

#mac_validBoolean

Returns the value of attribute mac_valid.

Returns:

  • (Boolean)


993
994
995
# File 'sig/types.rbs', line 993

def mac_valid
  @mac_valid
end