pub struct WriteProvisionedThroughputSettings {
pub write_capacity_auto_scaling_settings: Option<Value<CapacityAutoScalingSettings>>,
}Expand description
The AWS::DynamoDB::GlobalTable.WriteProvisionedThroughputSettings property type.
Fields§
§write_capacity_auto_scaling_settings: Option<Value<CapacityAutoScalingSettings>>Property WriteCapacityAutoScalingSettings.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Default for WriteProvisionedThroughputSettings
impl Default for WriteProvisionedThroughputSettings
Source§fn default() -> WriteProvisionedThroughputSettings
fn default() -> WriteProvisionedThroughputSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WriteProvisionedThroughputSettings
impl RefUnwindSafe for WriteProvisionedThroughputSettings
impl Send for WriteProvisionedThroughputSettings
impl Sync for WriteProvisionedThroughputSettings
impl Unpin for WriteProvisionedThroughputSettings
impl UnwindSafe for WriteProvisionedThroughputSettings
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