Struct rusoto_cloudsearch::UpdateServiceAccessPoliciesRequest [] [src]

pub struct UpdateServiceAccessPoliciesRequest {
    pub access_policies: String,
    pub domain_name: String,
}

Container for the parameters to the UpdateServiceAccessPolicies operation. Specifies the name of the domain you want to update and the access rules you want to configure.

Fields

The access rules you want to configure. These rules replace any existing rules.

Trait Implementations

impl Default for UpdateServiceAccessPoliciesRequest
[src]

[src]

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

impl Debug for UpdateServiceAccessPoliciesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateServiceAccessPoliciesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations