Struct rusoto_sdb::CreateDomainRequest[][src]

pub struct CreateDomainRequest {
    pub domain_name: String,
}

Fields

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 '.'.

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. Read more

impl Clone for CreateDomainRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateDomainRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations