[][src]Struct rusoto_cloudsearch::ScalingParameters

pub struct ScalingParameters {
    pub desired_instance_type: Option<String>,
    pub desired_partition_count: Option<i64>,
    pub desired_replication_count: Option<i64>,
}

The desired instance type and desired number of replicas of each index partition.

Fields

The instance type that you want to preconfigure for your domain. For example, search.m1.small.

The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

The number of replicas you want to preconfigure for each index partition.

Trait Implementations

impl Clone for ScalingParameters
[src]

Performs copy-assignment from source. Read more

impl Default for ScalingParameters
[src]

impl PartialEq<ScalingParameters> for ScalingParameters
[src]

impl Debug for ScalingParameters
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

impl<T> Same for T

Should always be Self