Struct aws_sdk_dynamodb::model::auto_scaling_settings_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoScalingSettingsDescription
Implementations
The minimum capacity units that a global table or global secondary index should be scaled down to.
The minimum capacity units that a global table or global secondary index should be scaled down to.
The maximum capacity units that a global table or global secondary index should be scaled up to.
The maximum capacity units that a global table or global secondary index should be scaled up to.
Disabled auto scaling for this global table or global secondary index.
Disabled auto scaling for this global table or global secondary index.
Role ARN used for configuring the auto scaling policy.
Role ARN used for configuring the auto scaling policy.
Appends an item to scaling_policies
.
To override the contents of this collection use set_scaling_policies
.
Information about the scaling policies.
Information about the scaling policies.
Consumes the builder and constructs a AutoScalingSettingsDescription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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