Struct rusoto_lightsail::CreateDomainRequest [] [src]

pub struct CreateDomainRequest {
    pub domain_name: String,
}

Fields

The domain name to manage (e.g., example.com).

You cannot register a new domain name using Lightsail. You must register a domain name using Amazon Route 53 or another domain name registrar. If you have already registered your domain, you can enter its name in this parameter to manage the DNS records for that domain.

Trait Implementations

impl Default for CreateDomainRequest
[src]

[src]

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

impl Debug for CreateDomainRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDomainRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations