Class: Aws::Types::VerifyMacRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.



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.



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.



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

def key_id
  @key_id
end

#mac::String

Returns the value of attribute mac.



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.



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

def mac_algorithm
  @mac_algorithm
end

#message::String

Returns the value of attribute message.



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

def message
  @message
end