[][src]Struct rusoto_elasticache::IncreaseNodeGroupsInGlobalReplicationGroupMessage

pub struct IncreaseNodeGroupsInGlobalReplicationGroupMessage {
    pub apply_immediately: bool,
    pub global_replication_group_id: String,
    pub node_group_count: i64,
    pub regional_configurations: Option<Vec<RegionalConfiguration>>,
}

Fields

apply_immediately: bool

Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.

global_replication_group_id: String

The name of the Global Datastore

node_group_count: i64

The number of node groups you wish to add

regional_configurations: Option<Vec<RegionalConfiguration>>

Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore

Trait Implementations

impl Clone for IncreaseNodeGroupsInGlobalReplicationGroupMessage[src]

impl Debug for IncreaseNodeGroupsInGlobalReplicationGroupMessage[src]

impl Default for IncreaseNodeGroupsInGlobalReplicationGroupMessage[src]

impl PartialEq<IncreaseNodeGroupsInGlobalReplicationGroupMessage> for IncreaseNodeGroupsInGlobalReplicationGroupMessage[src]

impl StructuralPartialEq for IncreaseNodeGroupsInGlobalReplicationGroupMessage[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.