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

Class: Aws::Route53::Types::ResourceRecord

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

Overview

Note:

When passing ResourceRecord as input to an Aws::Client method, you can use a vanilla Hash:

{
  value: "RData", # required
}

Information specific to the resource record.

If you're creating an alias resource record set, omit ResourceRecord.

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

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 in the Amazon Route 53 Developer Guide.

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

If you\'re creating an alias resource record set, omit Value.

Returns:

  • (String)

    The current or new DNS record value, not to exceed 4,000 characters.