Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateExtendedKeyUsage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsCertificateManagerCertificateExtendedKeyUsage
 
- Defined in:
- gems/aws-sdk-securityhub/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.
| 3978 3979 3980 3981 3982 3983 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3978 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.
| 3978 3979 3980 3981 3982 3983 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3978 class AwsCertificateManagerCertificateExtendedKeyUsage < Struct.new( :name, :o_id) SENSITIVE = [] include Aws::Structure end |