Class: Aws::Types::GetParametersForImportRequest

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:



474
475
476
# File 'sig/types.rbs', line 474

def key_id
  @key_id
end

#wrapping_algorithm"RSAES_PKCS1_V1_5", ...

Returns the value of attribute wrapping_algorithm.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def wrapping_algorithm
  @wrapping_algorithm
end

#wrapping_key_spec"RSA_2048", ...

Returns the value of attribute wrapping_key_spec.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def wrapping_key_spec
  @wrapping_key_spec
end