Class: Aws::Types::ImportKeyCryptogram

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#exportableBoolean

Returns the value of attribute exportable.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def exportable
  @exportable
end

#import_token::String

Returns the value of attribute import_token.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def import_token
  @import_token
end

#key_attributesTypes::KeyAttributes

Returns the value of attribute key_attributes.

Returns:



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.

Returns:



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.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def wrapping_spec
  @wrapping_spec
end