Class: Aws::Types::GenerateDataKeyPairWithoutPlaintextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def key_id
  @key_id
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

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")


363
364
365
# File 'sig/types.rbs', line 363

def key_pair_spec
  @key_pair_spec
end

#private_key_ciphertext_blob::String

Returns the value of attribute private_key_ciphertext_blob.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def private_key_ciphertext_blob
  @private_key_ciphertext_blob
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def public_key
  @public_key
end