Class: Aws::Types::GenerateMacInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message_data])

Instance Attribute Summary collapse

Instance Attribute Details

#generation_attributesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def message_data
  @message_data
end