Class: Aws::Types::VerifyMacInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message_data, :mac])

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def key_identifier
  @key_identifier
end

#mac::String

Returns the value of attribute mac.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def mac
  @mac
end

#mac_length::Integer

Returns the value of attribute mac_length.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def message_data
  @message_data
end

#verification_attributesTypes::MacAttributes

Returns the value of attribute verification_attributes.



891
892
893
# File 'sig/types.rbs', line 891

def verification_attributes
  @verification_attributes
end