Struct rusoto_cloudsearch::DescribeExpressionsRequest [] [src]

pub struct DescribeExpressionsRequest {
    pub deployed: Option<bool>,
    pub domain_name: String,
    pub expression_names: Option<Vec<String>>,
}

Container for the parameters to the DescribeDomains operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

Fields

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

The name of the domain you want to describe.

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

Trait Implementations

impl Default for DescribeExpressionsRequest
[src]

[src]

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

impl Debug for DescribeExpressionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeExpressionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more