Class: Aws::Types::GenerateDataKeyPairRequest

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)


335
336
337
# File 'sig/types.rbs', line 335

def dry_run
  @dry_run
end

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

Returns the value of attribute encryption_context.

Returns:

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


330
331
332
# File 'sig/types.rbs', line 330

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


333
334
335
# File 'sig/types.rbs', line 333

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

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


332
333
334
# File 'sig/types.rbs', line 332

def key_pair_spec
  @key_pair_spec
end

#recipientTypes::RecipientInfo

Returns the value of attribute recipient.



334
335
336
# File 'sig/types.rbs', line 334

def recipient
  @recipient
end