Class: Aws::Types::ImportKeyMaterial
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyMaterial
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: As2805KeyCryptogram, DiffieHellmanTr31KeyBlock, KeyCryptogram, RootCertificatePublicKey, Tr31KeyBlock, Tr34KeyBlock, TrustedCertificatePublicKey, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_2805_key_cryptogram ⇒ Types::ImportAs2805KeyCryptogram
Returns the value of attribute as_2805_key_cryptogram.
-
#diffie_hellman_tr_31_key_block ⇒ Types::ImportDiffieHellmanTr31KeyBlock
Returns the value of attribute diffie_hellman_tr_31_key_block.
-
#key_cryptogram ⇒ Types::ImportKeyCryptogram
Returns the value of attribute key_cryptogram.
-
#root_certificate_public_key ⇒ Types::RootCertificatePublicKey
Returns the value of attribute root_certificate_public_key.
-
#tr_31_key_block ⇒ Types::ImportTr31KeyBlock
Returns the value of attribute tr_31_key_block.
-
#tr_34_key_block ⇒ Types::ImportTr34KeyBlock
Returns the value of attribute tr_34_key_block.
-
#trusted_certificate_public_key ⇒ Types::TrustedCertificatePublicKey
Returns the value of attribute trusted_certificate_public_key.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#as_2805_key_cryptogram ⇒ Types::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_block ⇒ Types::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_cryptogram ⇒ Types::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_key ⇒ Types::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_block ⇒ Types::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_block ⇒ Types::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_key ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
399 400 401 |
# File 'sig/types.rbs', line 399 def unknown @unknown end |