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:



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:



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:



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:



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:



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

def key_pair_spec
  @key_pair_spec
end