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]

[src]

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

impl Debug for AvailabilityOptionsStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for AvailabilityOptionsStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more