Class: Aws::Types::TranslatePinDataInput
- Inherits:
-
Object
- Object
- Aws::Types::TranslatePinDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#incoming_as_2805_attributes ⇒ Types::As2805PekDerivationAttributes
Returns the value of attribute incoming_as_2805_attributes.
-
#incoming_dukpt_attributes ⇒ Types::DukptDerivationAttributes
Returns the value of attribute incoming_dukpt_attributes.
-
#incoming_key_identifier ⇒ ::String
Returns the value of attribute incoming_key_identifier.
-
#incoming_translation_attributes ⇒ Types::TranslationIsoFormats
Returns the value of attribute incoming_translation_attributes.
-
#incoming_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute incoming_wrapped_key.
-
#outgoing_dukpt_attributes ⇒ Types::DukptDerivationAttributes
Returns the value of attribute outgoing_dukpt_attributes.
-
#outgoing_key_identifier ⇒ ::String
Returns the value of attribute outgoing_key_identifier.
-
#outgoing_translation_attributes ⇒ Types::TranslationIsoFormats
Returns the value of attribute outgoing_translation_attributes.
-
#outgoing_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute outgoing_wrapped_key.
Instance Attribute Details
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
786 787 788 |
# File 'sig/types.rbs', line 786 def encrypted_pin_block @encrypted_pin_block end |
#incoming_as_2805_attributes ⇒ Types::As2805PekDerivationAttributes
Returns the value of attribute incoming_as_2805_attributes.
791 792 793 |
# File 'sig/types.rbs', line 791 def incoming_as_2805_attributes @incoming_as_2805_attributes end |
#incoming_dukpt_attributes ⇒ Types::DukptDerivationAttributes
Returns the value of attribute incoming_dukpt_attributes.
787 788 789 |
# File 'sig/types.rbs', line 787 def incoming_dukpt_attributes @incoming_dukpt_attributes end |
#incoming_key_identifier ⇒ ::String
Returns the value of attribute incoming_key_identifier.
782 783 784 |
# File 'sig/types.rbs', line 782 def incoming_key_identifier @incoming_key_identifier end |
#incoming_translation_attributes ⇒ Types::TranslationIsoFormats
Returns the value of attribute incoming_translation_attributes.
784 785 786 |
# File 'sig/types.rbs', line 784 def incoming_translation_attributes @incoming_translation_attributes end |
#incoming_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute incoming_wrapped_key.
789 790 791 |
# File 'sig/types.rbs', line 789 def incoming_wrapped_key @incoming_wrapped_key end |
#outgoing_dukpt_attributes ⇒ Types::DukptDerivationAttributes
Returns the value of attribute outgoing_dukpt_attributes.
788 789 790 |
# File 'sig/types.rbs', line 788 def outgoing_dukpt_attributes @outgoing_dukpt_attributes end |
#outgoing_key_identifier ⇒ ::String
Returns the value of attribute outgoing_key_identifier.
783 784 785 |
# File 'sig/types.rbs', line 783 def outgoing_key_identifier @outgoing_key_identifier end |
#outgoing_translation_attributes ⇒ Types::TranslationIsoFormats
Returns the value of attribute outgoing_translation_attributes.
785 786 787 |
# File 'sig/types.rbs', line 785 def outgoing_translation_attributes @outgoing_translation_attributes end |
#outgoing_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute outgoing_wrapped_key.
790 791 792 |
# File 'sig/types.rbs', line 790 def outgoing_wrapped_key @outgoing_wrapped_key end |