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]

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

impl Debug for DeleteDomainResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteDomainResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteDomainResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations