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