Class: Aws::Types::GeneratePinDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_identifier::String

Returns the value of attribute encryption_key_identifier.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def encryption_key_identifier
  @encryption_key_identifier
end

#encryption_wrapped_keyTypes::WrappedKey

Returns the value of attribute encryption_wrapped_key.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def encryption_wrapped_key
  @encryption_wrapped_key
end

#generation_attributesTypes::PinGenerationAttributes

Returns the value of attribute generation_attributes.



427
428
429
# File 'sig/types.rbs', line 427

def generation_attributes
  @generation_attributes
end

#generation_key_identifier::String

Returns the value of attribute generation_key_identifier.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def generation_key_identifier
  @generation_key_identifier
end

#pin_block_format"ISO_FORMAT_0", ...

Returns the value of attribute pin_block_format.

Returns:

  • ("ISO_FORMAT_0", "ISO_FORMAT_1", "ISO_FORMAT_3", "ISO_FORMAT_4")


430
431
432
# File 'sig/types.rbs', line 430

def pin_block_format
  @pin_block_format
end

#pin_data_length::Integer

Returns the value of attribute pin_data_length.

Returns:

  • (::Integer)


428
429
430
# File 'sig/types.rbs', line 428

def pin_data_length
  @pin_data_length
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def 
  @primary_account_number
end