Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateExtendedKeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCertificateManagerCertificateExtendedKeyUsage
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about an extended key usage X.509 v3 extension object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of an extension value.
-
#o_id ⇒ String
An object identifier (OID) for the extension value.
Instance Attribute Details
#name ⇒ String
The name of an extension value. Indicates the purpose for which the certificate public key can be used.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4021 class AwsCertificateManagerCertificateExtendedKeyUsage < Struct.new( :name, :o_id) SENSITIVE = [] include Aws::Structure end |
#o_id ⇒ String
An object identifier (OID) for the extension value.
The format is numbers separated by periods.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4021 class AwsCertificateManagerCertificateExtendedKeyUsage < Struct.new( :name, :o_id) SENSITIVE = [] include Aws::Structure end |