Class: Aws::Types::GenerateCardValidationDataInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateCardValidationDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_attributes ⇒ Types::CardGenerationAttributes
Returns the value of attribute generation_attributes.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#validation_data_length ⇒ ::Integer
Returns the value of attribute validation_data_length.
Instance Attribute Details
#generation_attributes ⇒ Types::CardGenerationAttributes
Returns the value of attribute generation_attributes.
373 374 375 |
# File 'sig/types.rbs', line 373 def generation_attributes @generation_attributes end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
371 372 373 |
# File 'sig/types.rbs', line 371 def key_identifier @key_identifier end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
372 373 374 |
# File 'sig/types.rbs', line 372 def primary_account_number @primary_account_number end |
#validation_data_length ⇒ ::Integer
Returns the value of attribute validation_data_length.
374 375 376 |
# File 'sig/types.rbs', line 374 def validation_data_length @validation_data_length end |