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

Class: Aws::Lightsail::Types::ResourceRecord

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

Overview

Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the record.

Returns:

  • (String)

    The name of the record.

#typeString

The DNS record type.

Returns:

  • (String)

    The DNS record type.

#valueString

The value for the DNS record.

Returns:

  • (String)

    The value for the DNS record.