Struct rusoto_cloudsearch::DescribeDomainsResponse [] [src]

pub struct DescribeDomainsResponse {
    pub domain_status_list: Vec<DomainStatus>,
}

The result of a DescribeDomains request. Contains the status of the domains specified in the request or all domains owned by the account.

Fields

Trait Implementations

impl Default for DescribeDomainsResponse
[src]

[src]

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

impl Debug for DescribeDomainsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDomainsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more