Class: Aws::Types::GeneratePinDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GeneratePinDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_key_check_value ⇒ ::String
Returns the value of attribute encryption_key_check_value.
-
#generation_key_arn ⇒ ::String
Returns the value of attribute generation_key_arn.
-
#generation_key_check_value ⇒ ::String
Returns the value of attribute generation_key_check_value.
-
#pin_data ⇒ Types::PinData
Returns the value of attribute pin_data.
Instance Attribute Details
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
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.
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.
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.
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.
437 438 439 |
# File 'sig/types.rbs', line 437 def generation_key_check_value @generation_key_check_value end |
#pin_data ⇒ Types::PinData
Returns the value of attribute pin_data.
441 442 443 |
# File 'sig/types.rbs', line 441 def pin_data @pin_data end |