Struct rusoto_cloudsearch::CreateDomainRequest [] [src]

pub struct CreateDomainRequest {
    pub domain_name: String,
}

Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.

Fields

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

Trait Implementations

impl Default for CreateDomainRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDomainRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateDomainRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more