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
- Struct
- Aws::ACM::Types::KeyUsage
- 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
-
#name ⇒ String
A string value that contains a Key Usage extension name.
Instance Attribute Details
#name ⇒ String
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