Class: Aws::Types::GetParametersForImportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetParametersForImportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#wrapping_algorithm ⇒ "RSAES_PKCS1_V1_5", ...
Returns the value of attribute wrapping_algorithm.
-
#wrapping_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute wrapping_key_spec.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def key_id @key_id end |
#wrapping_algorithm ⇒ "RSAES_PKCS1_V1_5", ...
Returns the value of attribute wrapping_algorithm.
475 476 477 |
# File 'sig/types.rbs', line 475 def wrapping_algorithm @wrapping_algorithm end |
#wrapping_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute wrapping_key_spec.
476 477 478 |
# File 'sig/types.rbs', line 476 def wrapping_key_spec @wrapping_key_spec end |