Class: Aws::Types::GenerateMacResponse

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)


417
418
419
# File 'sig/types.rbs', line 417

def key_id
  @key_id
end

#mac::String

Returns the value of attribute mac.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

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


416
417
418
# File 'sig/types.rbs', line 416

def mac_algorithm
  @mac_algorithm
end