Class: Aws::Types::GenerateDataKeyPairResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key_plaintext])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def ciphertext_for_recipient
  @ciphertext_for_recipient
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def key_id
  @key_id
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def key_material_id
  @key_material_id
end

#key_pair_spec"RSA_2048", ...

Returns the value of attribute key_pair_spec.

Returns:

  • ("RSA_2048", "RSA_3072", "RSA_4096", "ECC_NIST_P256", "ECC_NIST_P384", "ECC_NIST_P521", "ECC_SECG_P256K1", "SM2", "ECC_NIST_EDWARDS25519")


344
345
346
# File 'sig/types.rbs', line 344

def key_pair_spec
  @key_pair_spec
end

#private_key_ciphertext_blob::String

Returns the value of attribute private_key_ciphertext_blob.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def private_key_ciphertext_blob
  @private_key_ciphertext_blob
end

#private_key_plaintext::String

Returns the value of attribute private_key_plaintext.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def private_key_plaintext
  @private_key_plaintext
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def public_key
  @public_key
end