Struct rusoto_cloudsearch::AccessPoliciesStatus [] [src]

pub struct AccessPoliciesStatus {
    pub options: PolicyDocument,
    pub status: OptionStatus,
}

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

Fields

Trait Implementations

impl Default for AccessPoliciesStatus
[src]

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

impl Debug for AccessPoliciesStatus
[src]

Formats the value using the given formatter.

impl Clone for AccessPoliciesStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more