Class: Aws::Types::ImportKeyCryptogram
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyCryptogram
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exportable ⇒ Boolean
Returns the value of attribute exportable.
-
#import_token ⇒ ::String
Returns the value of attribute import_token.
-
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
-
#wrapped_key_cryptogram ⇒ ::String
Returns the value of attribute wrapped_key_cryptogram.
-
#wrapping_spec ⇒ "RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512"
Returns the value of attribute wrapping_spec.
Instance Attribute Details
#exportable ⇒ Boolean
Returns the value of attribute exportable.
374 375 376 |
# File 'sig/types.rbs', line 374 def exportable @exportable end |
#import_token ⇒ ::String
Returns the value of attribute import_token.
376 377 378 |
# File 'sig/types.rbs', line 376 def import_token @import_token end |
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
373 374 375 |
# File 'sig/types.rbs', line 373 def key_attributes @key_attributes end |
#wrapped_key_cryptogram ⇒ ::String
Returns the value of attribute wrapped_key_cryptogram.
375 376 377 |
# File 'sig/types.rbs', line 375 def wrapped_key_cryptogram @wrapped_key_cryptogram end |
#wrapping_spec ⇒ "RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512"
Returns the value of attribute wrapping_spec.
377 378 379 |
# File 'sig/types.rbs', line 377 def wrapping_spec @wrapping_spec end |