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