Struct rusoto_lightsail::CreateDomainEntryRequest [] [src]

pub struct CreateDomainEntryRequest {
    pub domain_entry: DomainEntry,
    pub domain_name: String,
}

Fields

An array of key-value pairs containing information about the domain entry request.

The domain name (e.g., example.com) for which you want to create the domain entry.

Trait Implementations

impl Default for CreateDomainEntryRequest
[src]

[src]

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

impl Debug for CreateDomainEntryRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDomainEntryRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more