Struct rusoto_lightsail::UpdateDomainEntryRequest [] [src]

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

Fields

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

The name of the domain recordset to update.

Trait Implementations

impl Default for UpdateDomainEntryRequest
[src]

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

impl Debug for UpdateDomainEntryRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateDomainEntryRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more