Class: Aws::Types::TranslatePinDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:encrypted_pin_block])

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_pin_block::String

Returns the value of attribute encrypted_pin_block.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def encrypted_pin_block
  @encrypted_pin_block
end

#incoming_as_2805_attributesTypes::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_attributesTypes::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.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def incoming_key_identifier
  @incoming_key_identifier
end

#incoming_translation_attributesTypes::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_keyTypes::WrappedKey

Returns the value of attribute incoming_wrapped_key.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def incoming_wrapped_key
  @incoming_wrapped_key
end

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

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def outgoing_key_identifier
  @outgoing_key_identifier
end

#outgoing_translation_attributesTypes::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_keyTypes::WrappedKey

Returns the value of attribute outgoing_wrapped_key.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def outgoing_wrapped_key
  @outgoing_wrapped_key
end