Struct rusoto_cloudsearch::AvailabilityOptionsStatus[][src]

pub struct AvailabilityOptionsStatus {
    pub options: bool,
    pub status: OptionStatus,
}

The status and configuration of the domain's availability options.

Fields

The availability options configured for the domain.

Trait Implementations

impl Default for AvailabilityOptionsStatus
[src]

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

impl Debug for AvailabilityOptionsStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for AvailabilityOptionsStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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