Class: Aws::Types::GetParametersForImportInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_material_type"TR34_KEY_BLOCK", ...

Returns the value of attribute key_material_type.

Returns:

  • ("TR34_KEY_BLOCK", "TR31_KEY_BLOCK", "ROOT_PUBLIC_KEY_CERTIFICATE", "TRUSTED_PUBLIC_KEY_CERTIFICATE", "KEY_CRYPTOGRAM")


313
314
315
# File 'sig/types.rbs', line 313

def key_material_type
  @key_material_type
end

#reuse_last_generated_tokenBoolean

Returns the value of attribute reuse_last_generated_token.

Returns:

  • (Boolean)


315
316
317
# File 'sig/types.rbs', line 315

def reuse_last_generated_token
  @reuse_last_generated_token
end

#wrapping_key_algorithm"TDES_2KEY", ...

Returns the value of attribute wrapping_key_algorithm.

Returns:

  • ("TDES_2KEY", "TDES_3KEY", "AES_128", "AES_192", "AES_256", "HMAC_SHA256", "HMAC_SHA384", "HMAC_SHA512", "HMAC_SHA224", "RSA_2048", "RSA_3072", "RSA_4096", "ECC_NIST_P256", "ECC_NIST_P384", "ECC_NIST_P521")


314
315
316
# File 'sig/types.rbs', line 314

def wrapping_key_algorithm
  @wrapping_key_algorithm
end