Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateKeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCertificateManagerCertificateKeyUsage
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Contains information about a key usage X.509 v3 extension object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The key usage extension name.
Instance Attribute Details
#name ⇒ String
The key usage extension name.
3854 3855 3856 3857 3858 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3854 class AwsCertificateManagerCertificateKeyUsage < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |