Struct rusoto_cloudsearch::DeleteDomainResponse [] [src]

pub struct DeleteDomainResponse {
    pub domain_status: Option<DomainStatus>,
}

The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.

Fields

Trait Implementations

impl Default for DeleteDomainResponse
[src]

[src]

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

impl Debug for DeleteDomainResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDomainResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more