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

Class: Aws::Lightsail::Types::GetCertificatesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

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.

Returns:

  • (String)

    The name for the certificate for which to return information.

#certificate_statusesArray<String>

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.

Returns:

  • (Array<String>)

    The status of the certificates for which to return information.

#include_certificate_detailsBoolean

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.

Returns:

  • (Boolean)

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