Class: Aws::Types::GeneratePinDataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:encrypted_pin_block])

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_pin_block::String

Returns the value of attribute encrypted_pin_block.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def encrypted_pin_block
  @encrypted_pin_block
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def encryption_key_arn
  @encryption_key_arn
end

#encryption_key_check_value::String

Returns the value of attribute encryption_key_check_value.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def encryption_key_check_value
  @encryption_key_check_value
end

#generation_key_arn::String

Returns the value of attribute generation_key_arn.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def generation_key_arn
  @generation_key_arn
end

#generation_key_check_value::String

Returns the value of attribute generation_key_check_value.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def generation_key_check_value
  @generation_key_check_value
end

#pin_dataTypes::PinData

Returns the value of attribute pin_data.

Returns:



441
442
443
# File 'sig/types.rbs', line 441

def pin_data
  @pin_data
end