Class: Aws::Types::VerifyMacInput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyMacInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#mac ⇒ ::String
Returns the value of attribute mac.
-
#mac_length ⇒ ::Integer
Returns the value of attribute mac_length.
-
#message_data ⇒ ::String
Returns the value of attribute message_data.
-
#verification_attributes ⇒ Types::MacAttributes
Returns the value of attribute verification_attributes.
Instance Attribute Details
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
888 889 890 |
# File 'sig/types.rbs', line 888 def key_identifier @key_identifier end |
#mac ⇒ ::String
Returns the value of attribute mac.
890 891 892 |
# File 'sig/types.rbs', line 890 def mac @mac end |
#mac_length ⇒ ::Integer
Returns the value of attribute mac_length.
892 893 894 |
# File 'sig/types.rbs', line 892 def mac_length @mac_length end |
#message_data ⇒ ::String
Returns the value of attribute message_data.
889 890 891 |
# File 'sig/types.rbs', line 889 def @message_data end |
#verification_attributes ⇒ Types::MacAttributes
Returns the value of attribute verification_attributes.
891 892 893 |
# File 'sig/types.rbs', line 891 def verification_attributes @verification_attributes end |