Class: Aws::Types::GenerateCardValidationDataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:validation_data])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def key_check_value
  @key_check_value
end

#validation_data::String

Returns the value of attribute validation_data.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def validation_data
  @validation_data
end