pub struct BucketVersioningV2Args {
pub bucket: Output<String>,
pub expected_bucket_owner: Output<Option<String>>,
pub mfa: Output<Option<String>>,
pub versioning_configuration: Output<BucketVersioningV2VersioningConfiguration>,
}
Fields§
§bucket: Output<String>
Name of the S3 bucket.
expected_bucket_owner: Output<Option<String>>
Account ID of the expected bucket owner.
mfa: Output<Option<String>>
Concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.
versioning_configuration: Output<BucketVersioningV2VersioningConfiguration>
Configuration block for the versioning parameters. See below.
Implementations§
source§impl BucketVersioningV2Args
impl BucketVersioningV2Args
sourcepub fn builder() -> BucketVersioningV2ArgsBuilder
pub fn builder() -> BucketVersioningV2ArgsBuilder
Create an instance of BucketVersioningV2Args
using the builder syntax
Trait Implementations§
source§impl Clone for BucketVersioningV2Args
impl Clone for BucketVersioningV2Args
source§fn clone(&self) -> BucketVersioningV2Args
fn clone(&self) -> BucketVersioningV2Args
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BucketVersioningV2Args
impl RefUnwindSafe for BucketVersioningV2Args
impl Send for BucketVersioningV2Args
impl Sync for BucketVersioningV2Args
impl Unpin for BucketVersioningV2Args
impl UnwindSafe for BucketVersioningV2Args
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)