class Aws::Lightsail::Types::GetCertificatesRequest

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

data as a hash:

    {
      certificate_statuses: ["PENDING_VALIDATION"], # accepts PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
      include_certificate_details: false,
      certificate_name: "CertificateName",
    }

@!attribute [rw] certificate_statuses

The status of the certificates for which to return information.

For example, specify `ISSUED` to return only certificates with an
`ISSUED` status.

When omitted, the response includes all of your certificates in the
AWS Region where the request is made, regardless of their current
status.
@return [Array<String>]

@!attribute [rw] include_certificate_details

Indicates whether to include detailed information about the
certificates in the response.

When omitted, the response includes only the certificate names,
Amazon Resource Names (ARNs), domain names, and tags.
@return [Boolean]

@!attribute [rw] certificate_name

The name for the certificate for which to return information.

When omitted, the response includes all of your certificates in the
AWS Region where the request is made.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetCertificatesRequest AWS API Documentation

Constants

SENSITIVE