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

Class: Aws::ACM::Types::ResourceRecord

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

Overview

Contains a DNS record value that you can use to can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the DNS record to create in your domain. This is supplied by ACM.

Returns:

  • (String)

    The name of the DNS record to create in your domain.

#typeString

The type of DNS record. Currently this can be CNAME.

Possible values:

  • CNAME

Returns:

  • (String)

    The type of DNS record.

#valueString

The value of the CNAME record to add to your DNS database. This is supplied by ACM.

Returns:

  • (String)

    The value of the CNAME record to add to your DNS database.