Struct rusoto_cloudsearch::DescribeDomainsRequest[][src]

pub struct DescribeDomainsRequest {
    pub domain_names: Option<Vec<String>>,
}

Container for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

Fields

The names of the domains you want to include in the response.

Trait Implementations

impl Default for DescribeDomainsRequest
[src]

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

impl Debug for DescribeDomainsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeDomainsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeDomainsRequest
[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