Class: Aws::Types::GenerateMacInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_attributes ⇒ Types::MacAttributes
Returns the value of attribute generation_attributes.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#mac_length ⇒ ::Integer
Returns the value of attribute mac_length.
-
#message_data ⇒ ::String
Returns the value of attribute message_data.
Instance Attribute Details
#generation_attributes ⇒ Types::MacAttributes
Returns the value of attribute generation_attributes.
412 413 414 |
# File 'sig/types.rbs', line 412 def generation_attributes @generation_attributes end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
410 411 412 |
# File 'sig/types.rbs', line 410 def key_identifier @key_identifier end |
#mac_length ⇒ ::Integer
Returns the value of attribute mac_length.
413 414 415 |
# File 'sig/types.rbs', line 413 def mac_length @mac_length end |
#message_data ⇒ ::String
Returns the value of attribute message_data.
411 412 413 |
# File 'sig/types.rbs', line 411 def @message_data end |