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

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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
# File 'lib/aws-sdk-securityhub/types.rb', line 4027

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)


4027
4028
4029
4030
4031
4032
# File 'lib/aws-sdk-securityhub/types.rb', line 4027

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