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

Class: Aws::Lightsail::Types::CertificateSummary

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

Overview

Describes an Amazon Lightsail SSL/TLS certificate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the certificate.

#certificate_detailTypes::Certificate

An object that describes a certificate in detail.

Returns:

#certificate_nameString

The name of the certificate.

Returns:

  • (String)

    The name of the certificate.

#domain_nameString

The domain name of the certificate.

Returns:

  • (String)

    The domain name of the certificate.

#tagsArray<Types::Tag>

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

Returns:

  • (Array<Types::Tag>)

    The tag keys and optional values for the resource.