pub struct ReplicaGlobalSecondaryIndexAutoScalingUpdate {
pub index_name: Option<String>,
pub provisioned_read_capacity_auto_scaling_update: Option<AutoScalingSettingsUpdate>,
}
Expand description
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Fields§
§index_name: Option<String>
The name of the global secondary index.
provisioned_read_capacity_auto_scaling_update: Option<AutoScalingSettingsUpdate>
Trait Implementations§
Source§impl Clone for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl Clone for ReplicaGlobalSecondaryIndexAutoScalingUpdate
Source§fn clone(&self) -> ReplicaGlobalSecondaryIndexAutoScalingUpdate
fn clone(&self) -> ReplicaGlobalSecondaryIndexAutoScalingUpdate
Returns a duplicate 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 ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl Default for ReplicaGlobalSecondaryIndexAutoScalingUpdate
Source§fn default() -> ReplicaGlobalSecondaryIndexAutoScalingUpdate
fn default() -> ReplicaGlobalSecondaryIndexAutoScalingUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl PartialEq for ReplicaGlobalSecondaryIndexAutoScalingUpdate
Source§fn eq(&self, other: &ReplicaGlobalSecondaryIndexAutoScalingUpdate) -> bool
fn eq(&self, other: &ReplicaGlobalSecondaryIndexAutoScalingUpdate) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReplicaGlobalSecondaryIndexAutoScalingUpdate
Auto Trait Implementations§
impl Freeze for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl RefUnwindSafe for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl Send for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl Sync for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl Unpin for ReplicaGlobalSecondaryIndexAutoScalingUpdate
impl UnwindSafe for ReplicaGlobalSecondaryIndexAutoScalingUpdate
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