Class: Aws::Types::ImportAs2805KeyCryptogram
- Inherits:
-
Object
- Object
- Aws::Types::ImportAs2805KeyCryptogram
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_2805_key_variant ⇒ "TERMINAL_MAJOR_KEY_VARIANT_00", ...
Returns the value of attribute as_2805_key_variant.
-
#exportable ⇒ Boolean
Returns the value of attribute exportable.
-
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute key_algorithm.
-
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
-
#wrapped_key_cryptogram ⇒ ::String
Returns the value of attribute wrapped_key_cryptogram.
-
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
Instance Attribute Details
#as_2805_key_variant ⇒ "TERMINAL_MAJOR_KEY_VARIANT_00", ...
Returns the value of attribute as_2805_key_variant.
351 352 353 |
# File 'sig/types.rbs', line 351 def as_2805_key_variant @as_2805_key_variant end |
#exportable ⇒ Boolean
Returns the value of attribute exportable.
354 355 356 |
# File 'sig/types.rbs', line 354 def exportable @exportable end |
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute key_algorithm.
353 354 355 |
# File 'sig/types.rbs', line 353 def key_algorithm @key_algorithm end |
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
352 353 354 |
# File 'sig/types.rbs', line 352 def key_modes_of_use @key_modes_of_use end |
#wrapped_key_cryptogram ⇒ ::String
Returns the value of attribute wrapped_key_cryptogram.
356 357 358 |
# File 'sig/types.rbs', line 356 def wrapped_key_cryptogram @wrapped_key_cryptogram end |
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
355 356 357 |
# File 'sig/types.rbs', line 355 def wrapping_key_identifier @wrapping_key_identifier end |