Class: Aws::Types::ExportAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ExportAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_dukpt_initial_key ⇒ Types::ExportDukptInitialKey
Returns the value of attribute export_dukpt_initial_key.
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
Instance Attribute Details
#export_dukpt_initial_key ⇒ Types::ExportDukptInitialKey
Returns the value of attribute export_dukpt_initial_key.
164 165 166 |
# File 'sig/types.rbs', line 164 def export_dukpt_initial_key @export_dukpt_initial_key end |
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
165 166 167 |
# File 'sig/types.rbs', line 165 def key_check_value_algorithm @key_check_value_algorithm end |