Module: Aws::KMS::Client::_GenerateDataKeyPairWithoutPlaintextResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GenerateDataKeyPairWithoutPlaintextResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #key_id ⇒ ::String
- #key_material_id ⇒ ::String
- #key_pair_spec ⇒ "RSA_2048", ...
- #private_key_ciphertext_blob ⇒ ::String
- #public_key ⇒ ::String
Instance Method Details
#key_id ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def key_id: () -> ::String
|
#key_material_id ⇒ ::String
383 |
# File 'sig/client.rbs', line 383
def key_material_id: () -> ::String
|
#key_pair_spec ⇒ "RSA_2048", ...
382 |
# File 'sig/client.rbs', line 382
def key_pair_spec: () -> ("RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | "SM2" | "ECC_NIST_EDWARDS25519")
|
#private_key_ciphertext_blob ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def private_key_ciphertext_blob: () -> ::String
|
#public_key ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def public_key: () -> ::String
|