class Aws::Route53::Types::ResourceRecord

Information specific to the resource record.

<note markdown=“1”> If you're creating an alias resource record set, omit `ResourceRecord`.

</note>

@note When making an API call, you may pass ResourceRecord

data as a hash:

    {
      value: "RData", # required
    }

@!attribute [rw] value

The current or new DNS record value, not to exceed 4,000 characters.
In the case of a `DELETE` action, if the current value does not
match the actual value, an error is returned. For descriptions about
how to format `Value` for different record types, see [Supported DNS
Resource Record Types][1] in the *Amazon Route 53 Developer Guide*.

You can specify more than one value for all record types except
`CNAME` and `SOA`.

<note markdown="1"> If you're creating an alias resource record set, omit `Value`.

 </note>

[1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ResourceRecord AWS API Documentation

Constants

SENSITIVE