Class: Aws::ACM::Types::KeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::KeyUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.
Constant Summary collapse
- SENSITIVE =
[]
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.
1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-acm/types.rb', line 1065 class KeyUsage < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |