Class: Aws::Types::CurrentPinAttributes
- Inherits:
-
Object
- Object
- Aws::Types::CurrentPinAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_encrypted_pin_block ⇒ ::String
Returns the value of attribute current_encrypted_pin_block.
-
#current_pin_pek_identifier ⇒ ::String
Returns the value of attribute current_pin_pek_identifier.
Instance Attribute Details
#current_encrypted_pin_block ⇒ ::String
Returns the value of attribute current_encrypted_pin_block.
168 169 170 |
# File 'sig/types.rbs', line 168 def current_encrypted_pin_block @current_encrypted_pin_block end |
#current_pin_pek_identifier ⇒ ::String
Returns the value of attribute current_pin_pek_identifier.
167 168 169 |
# File 'sig/types.rbs', line 167 def current_pin_pek_identifier @current_pin_pek_identifier end |