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

Class: Aws::SimpleDB::Types::CreateDomainRequest

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

Overview

Note:

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

{
  domain_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, \'_\', \'-\', and \'.\'.

Returns:

  • (String)

    The name of the domain to create.