Class: Aws::Types::GenerateMacRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#mac_algorithm ⇒ "HMAC_SHA_224", ...
Returns the value of attribute mac_algorithm.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
408 409 410 |
# File 'sig/types.rbs', line 408 def mac_algorithm @mac_algorithm end |
#message ⇒ ::String
Returns the value of attribute message.
406 407 408 |
# File 'sig/types.rbs', line 406 def @message end |