Class: Aws::Types::VerifyMacRequest

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)


987
988
989
# File 'sig/types.rbs', line 987

def dry_run
  @dry_run
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


986
987
988
# File 'sig/types.rbs', line 986

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def key_id
  @key_id
end

#mac::String

Returns the value of attribute mac.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

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


984
985
986
# File 'sig/types.rbs', line 984

def mac_algorithm
  @mac_algorithm
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def message
  @message
end