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

Class: Aws::Lightsail::Types::DeleteDomainEntryRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#domain_entryTypes::DomainEntry

An array of key-value pairs containing information about your domain entries.

Returns:

  • (Types::DomainEntry)

    An array of key-value pairs containing information about your domain entries.

#domain_nameString

The name of the domain entry to delete.

Returns:

  • (String)

    The name of the domain entry to delete.