Class: Aws::Types::GetParametersForImportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetParametersForImportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_material_type ⇒ "TR34_KEY_BLOCK", ...
Returns the value of attribute key_material_type.
-
#reuse_last_generated_token ⇒ Boolean
Returns the value of attribute reuse_last_generated_token.
-
#wrapping_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute wrapping_key_algorithm.
Instance Attribute Details
#key_material_type ⇒ "TR34_KEY_BLOCK", ...
Returns the value of attribute key_material_type.
313 314 315 |
# File 'sig/types.rbs', line 313 def key_material_type @key_material_type end |
#reuse_last_generated_token ⇒ Boolean
Returns the value of attribute reuse_last_generated_token.
315 316 317 |
# File 'sig/types.rbs', line 315 def reuse_last_generated_token @reuse_last_generated_token end |
#wrapping_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute wrapping_key_algorithm.
314 315 316 |
# File 'sig/types.rbs', line 314 def wrapping_key_algorithm @wrapping_key_algorithm end |