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

Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationRecord

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

Overview

Describes the validation record of each domain name in the SSL/TLS certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name against which your SSL/TLS certificate was validated.

Returns:

  • (String)

    The domain name against which your SSL/TLS certificate was validated.

#nameString

A fully qualified domain name in the certificate. For example, example.com.

Returns:

  • (String)

    A fully qualified domain name in the certificate.

#typeString

The type of validation record. For example, CNAME for domain validation.

Returns:

  • (String)

    The type of validation record.

#validation_statusString

The validation status. Valid values are listed below.

Possible values:

  • PENDING_VALIDATION
  • FAILED
  • SUCCESS

Returns:

  • (String)

    The validation status.

#valueString

The value for that type.

Returns:

  • (String)

    The value for that type.