class Aws::Lightsail::Types::UpdateDomainEntryRequest

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

data as a hash:

    {
      domain_name: "DomainName", # required
      domain_entry: { # required
        id: "NonEmptyString",
        name: "DomainName",
        target: "string",
        is_alias: false,
        type: "DomainEntryType",
        options: {
          "DomainEntryOptionsKeys" => "string",
        },
      },
    }

@!attribute [rw] domain_name

The name of the domain recordset to update.
@return [String]

@!attribute [rw] domain_entry

An array of key-value pairs containing information about the domain
entry.
@return [Types::DomainEntry]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateDomainEntryRequest AWS API Documentation

Constants

SENSITIVE