class Aws::ACMPCA::Types::AccessMethod

Describes the type and format of extension access. Only one of `CustomObjectIdentifier` or `AccessMethodType` may be provided. Providing both results in `InvalidArgsException`.

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

data as a hash:

    {
      custom_object_identifier: "CustomObjectIdentifier",
      access_method_type: "CA_REPOSITORY", # accepts CA_REPOSITORY, RESOURCE_PKI_MANIFEST, RESOURCE_PKI_NOTIFY
    }

@!attribute [rw] custom_object_identifier

An object identifier (OID) specifying the `AccessMethod`. The OID
must satisfy the regular expression shown below. For more
information, see NIST's definition of [Object Identifier (OID)][1].

[1]: https://csrc.nist.gov/glossary/term/Object_Identifier
@return [String]

@!attribute [rw] access_method_type

Specifies the `AccessMethod`.
@return [String]

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

Constants

SENSITIVE