Class: Aws::Types::ImportKeyMaterial

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

Defined Under Namespace

Classes: As2805KeyCryptogram, DiffieHellmanTr31KeyBlock, KeyCryptogram, RootCertificatePublicKey, Tr31KeyBlock, Tr34KeyBlock, TrustedCertificatePublicKey, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2805_key_cryptogramTypes::ImportAs2805KeyCryptogram

Returns the value of attribute as_2805_key_cryptogram.



398
399
400
# File 'sig/types.rbs', line 398

def as_2805_key_cryptogram
  @as_2805_key_cryptogram
end

#diffie_hellman_tr_31_key_blockTypes::ImportDiffieHellmanTr31KeyBlock

Returns the value of attribute diffie_hellman_tr_31_key_block.



397
398
399
# File 'sig/types.rbs', line 397

def diffie_hellman_tr_31_key_block
  @diffie_hellman_tr_31_key_block
end

#key_cryptogramTypes::ImportKeyCryptogram

Returns the value of attribute key_cryptogram.



396
397
398
# File 'sig/types.rbs', line 396

def key_cryptogram
  @key_cryptogram
end

#root_certificate_public_keyTypes::RootCertificatePublicKey

Returns the value of attribute root_certificate_public_key.



392
393
394
# File 'sig/types.rbs', line 392

def root_certificate_public_key
  @root_certificate_public_key
end

#tr_31_key_blockTypes::ImportTr31KeyBlock

Returns the value of attribute tr_31_key_block.



394
395
396
# File 'sig/types.rbs', line 394

def tr_31_key_block
  @tr_31_key_block
end

#tr_34_key_blockTypes::ImportTr34KeyBlock

Returns the value of attribute tr_34_key_block.



395
396
397
# File 'sig/types.rbs', line 395

def tr_34_key_block
  @tr_34_key_block
end

#trusted_certificate_public_keyTypes::TrustedCertificatePublicKey

Returns the value of attribute trusted_certificate_public_key.



393
394
395
# File 'sig/types.rbs', line 393

def trusted_certificate_public_key
  @trusted_certificate_public_key
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


399
400
401
# File 'sig/types.rbs', line 399

def unknown
  @unknown
end