Struct rusoto_cloudsearch::UpdateServiceAccessPoliciesResponse[][src]

pub struct UpdateServiceAccessPoliciesResponse {
    pub access_policies: AccessPoliciesStatus,
}

The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

Fields

The access rules configured for the domain.

Trait Implementations

impl Default for UpdateServiceAccessPoliciesResponse
[src]

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

impl Debug for UpdateServiceAccessPoliciesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateServiceAccessPoliciesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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