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