Class: Aws::Types::ExportKeyCryptogram

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_public_key_identifier::String

Returns the value of attribute certificate_authority_public_key_identifier.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def certificate_authority_public_key_identifier
  @certificate_authority_public_key_identifier
end

#wrapping_key_certificate::String

Returns the value of attribute wrapping_key_certificate.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def wrapping_key_certificate
  @wrapping_key_certificate
end

#wrapping_spec"RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512"

Returns the value of attribute wrapping_spec.

Returns:

  • ("RSA_OAEP_SHA_256", "RSA_OAEP_SHA_512")


189
190
191
# File 'sig/types.rbs', line 189

def wrapping_spec
  @wrapping_spec
end