class Aws::ACM::Types::ListCertificatesRequest

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

data as a hash:

    {
      certificate_statuses: ["PENDING_VALIDATION"], # accepts PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
      includes: {
        extended_key_usage: ["TLS_WEB_SERVER_AUTHENTICATION"], # accepts TLS_WEB_SERVER_AUTHENTICATION, TLS_WEB_CLIENT_AUTHENTICATION, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, ANY, NONE, CUSTOM
        key_usage: ["DIGITAL_SIGNATURE"], # accepts DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT, DATA_ENCIPHERMENT, KEY_AGREEMENT, CERTIFICATE_SIGNING, CRL_SIGNING, ENCIPHER_ONLY, DECIPHER_ONLY, ANY, CUSTOM
        key_types: ["RSA_1024"], # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
      },
      next_token: "NextToken",
      max_items: 1,
    }

@!attribute [rw] certificate_statuses

Filter the certificate list by status value.
@return [Array<String>]

@!attribute [rw] includes

Filter the certificate list. For more information, see the Filters
structure.
@return [Types::Filters]

@!attribute [rw] next_token

Use this parameter only when paginating results and only in a
subsequent request after you receive a response with truncated
results. Set it to the value of `NextToken` from the response you
just received.
@return [String]

@!attribute [rw] max_items

Use this parameter when paginating results to specify the maximum
number of items to return in the response. If additional items exist
beyond the number you specify, the `NextToken` element is sent in
the response. Use this `NextToken` value in a subsequent request to
retrieve additional items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ListCertificatesRequest AWS API Documentation

Constants

SENSITIVE