Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateExtendedKeyUsage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of an extension value. Indicates the purpose for which the certificate public key can be used.

Returns:

  • (String)


4021
4022
4023
4024
4025
4026
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4021

class AwsCertificateManagerCertificateExtendedKeyUsage < Struct.new(
  :name,
  :o_id)
  SENSITIVE = []
  include Aws::Structure
end

#o_idString

An object identifier (OID) for the extension value.

The format is numbers separated by periods.

Returns:

  • (String)


4021
4022
4023
4024
4025
4026
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4021

class AwsCertificateManagerCertificateExtendedKeyUsage < Struct.new(
  :name,
  :o_id)
  SENSITIVE = []
  include Aws::Structure
end