Class: Aws::Types::GenerateCardValidationDataInput

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

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def 
  @primary_account_number
end

#validation_data_length::Integer

Returns the value of attribute validation_data_length.

Returns:

  • (::Integer)


374
375
376
# File 'sig/types.rbs', line 374

def validation_data_length
  @validation_data_length
end