Class: Aws::Types::GenerateMacRequest

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)


410
411
412
# File 'sig/types.rbs', line 410

def dry_run
  @dry_run
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


409
410
411
# File 'sig/types.rbs', line 409

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

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


408
409
410
# File 'sig/types.rbs', line 408

def mac_algorithm
  @mac_algorithm
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def message
  @message
end