You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ACM::Types::KeyUsage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A string value that contains a Key Usage extension name.

Possible values:

  • DIGITAL_SIGNATURE
  • NON_REPUDIATION
  • KEY_ENCIPHERMENT
  • DATA_ENCIPHERMENT
  • KEY_AGREEMENT
  • CERTIFICATE_SIGNING
  • CRL_SIGNING
  • ENCIPHER_ONLY
  • DECIPHER_ONLY
  • ANY
  • CUSTOM

Returns:

  • (String)

    A string value that contains a Key Usage extension name.