class Aws::ACMPCA::Types::OtherName

Defines a custom ASN.1 X.400 `GeneralName` using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of [Object Identifier (OID)].

[1]: csrc.nist.gov/glossary/term/Object_Identifier

@note When making an API call, you may pass OtherName

data as a hash:

    {
      type_id: "CustomObjectIdentifier", # required
      value: "String256", # required
    }

@!attribute [rw] type_id

Specifies an OID.
@return [String]

@!attribute [rw] value

Specifies an OID value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/OtherName AWS API Documentation

Constants

SENSITIVE