Class: Aws::Types::GeneratePinDataInput
- Inherits:
-
Object
- Object
- Aws::Types::GeneratePinDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_identifier ⇒ ::String
Returns the value of attribute encryption_key_identifier.
-
#encryption_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute encryption_wrapped_key.
-
#generation_attributes ⇒ Types::PinGenerationAttributes
Returns the value of attribute generation_attributes.
-
#generation_key_identifier ⇒ ::String
Returns the value of attribute generation_key_identifier.
-
#pin_block_format ⇒ "ISO_FORMAT_0", ...
Returns the value of attribute pin_block_format.
-
#pin_data_length ⇒ ::Integer
Returns the value of attribute pin_data_length.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
Instance Attribute Details
#encryption_key_identifier ⇒ ::String
Returns the value of attribute encryption_key_identifier.
426 427 428 |
# File 'sig/types.rbs', line 426 def encryption_key_identifier @encryption_key_identifier end |
#encryption_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute encryption_wrapped_key.
431 432 433 |
# File 'sig/types.rbs', line 431 def encryption_wrapped_key @encryption_wrapped_key end |
#generation_attributes ⇒ Types::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.
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.
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.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def primary_account_number @primary_account_number end |