Struct rusoto_lightsail::DeleteDomainEntryRequest [] [src]

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

Fields

An array of key-value pairs containing information about your domain entries.

The name of the domain entry to delete.

Trait Implementations

impl Default for DeleteDomainEntryRequest
[src]

[src]

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

impl Debug for DeleteDomainEntryRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDomainEntryRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations