You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCertificateManagerCertificateExtendedKeyUsage as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "NonEmptyString",
  o_id: "NonEmptyString",
}

Contains information about an extended key usage X.509 v3 extension object.

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)

    The name of an extension value.

#o_idString

An object identifier (OID) for the extension value.

The format is numbers separated by periods.

Returns:

  • (String)

    An object identifier (OID) for the extension value.