#[non_exhaustive]pub struct GlobalSecondaryIndexAutoScalingUpdate {
pub index_name: Option<String>,
pub provisioned_write_capacity_auto_scaling_update: Option<AutoScalingSettingsUpdate>,
}Expand description
Represents the auto scaling settings of a global secondary index for a global table that will be modified.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.index_name: Option<String>The name of the global secondary index.
provisioned_write_capacity_auto_scaling_update: Option<AutoScalingSettingsUpdate>Represents the auto scaling settings to be modified for a global table or global secondary index.
Implementations
The name of the global secondary index.
pub fn provisioned_write_capacity_auto_scaling_update(
&self
) -> Option<&AutoScalingSettingsUpdate>
pub fn provisioned_write_capacity_auto_scaling_update(
&self
) -> Option<&AutoScalingSettingsUpdate>
Represents the auto scaling settings to be modified for a global table or global secondary index.
Creates a new builder-style object to manufacture GlobalSecondaryIndexAutoScalingUpdate
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more