Struct rusoto_cloudsearch::DescribeServiceAccessPoliciesRequest [] [src]

pub struct DescribeServiceAccessPoliciesRequest {
    pub deployed: Option<bool>,
    pub domain_name: String,
}

Container for the parameters to the DescribeServiceAccessPolicies operation. Specifies the name of the domain 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.

Trait Implementations

impl Default for DescribeServiceAccessPoliciesRequest
[src]

[src]

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

impl Debug for DescribeServiceAccessPoliciesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeServiceAccessPoliciesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations