Class: Aws::Types::GenerateDataKeyPairWithoutPlaintextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


355
356
357
# File 'sig/types.rbs', line 355

def dry_run
  @dry_run
end

#encryption_context::Hash[::String, ::String]

Returns the value of attribute encryption_context.

Returns:

  • (::Hash[::String, ::String])


351
352
353
# File 'sig/types.rbs', line 351

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


354
355
356
# File 'sig/types.rbs', line 354

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def key_id
  @key_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")


353
354
355
# File 'sig/types.rbs', line 353

def key_pair_spec
  @key_pair_spec
end