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§
Source§impl Clone for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl Clone for IncreaseNodeGroupsInGlobalReplicationGroupMessage
Source§fn clone(&self) -> IncreaseNodeGroupsInGlobalReplicationGroupMessage
fn clone(&self) -> IncreaseNodeGroupsInGlobalReplicationGroupMessage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl Default for IncreaseNodeGroupsInGlobalReplicationGroupMessage
Source§fn default() -> IncreaseNodeGroupsInGlobalReplicationGroupMessage
fn default() -> IncreaseNodeGroupsInGlobalReplicationGroupMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl PartialEq for IncreaseNodeGroupsInGlobalReplicationGroupMessage
Source§fn eq(&self, other: &IncreaseNodeGroupsInGlobalReplicationGroupMessage) -> bool
fn eq(&self, other: &IncreaseNodeGroupsInGlobalReplicationGroupMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for IncreaseNodeGroupsInGlobalReplicationGroupMessage
Auto Trait Implementations§
impl Freeze for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl RefUnwindSafe for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl Send for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl Sync for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl Unpin for IncreaseNodeGroupsInGlobalReplicationGroupMessage
impl UnwindSafe for IncreaseNodeGroupsInGlobalReplicationGroupMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more