pub struct BucketAccelerateConfigurationV2Args {
pub bucket: Output<String>,
pub expected_bucket_owner: Output<Option<String>>,
pub status: Output<String>,
}
Fields§
§bucket: Output<String>
Name of the bucket.
expected_bucket_owner: Output<Option<String>>
Account ID of the expected bucket owner.
status: Output<String>
Transfer acceleration state of the bucket. Valid values: Enabled
, Suspended
.
Implementations§
source§impl BucketAccelerateConfigurationV2Args
impl BucketAccelerateConfigurationV2Args
sourcepub fn builder() -> BucketAccelerateConfigurationV2ArgsBuilder
pub fn builder() -> BucketAccelerateConfigurationV2ArgsBuilder
Create an instance of BucketAccelerateConfigurationV2Args
using the builder syntax
Trait Implementations§
source§impl Clone for BucketAccelerateConfigurationV2Args
impl Clone for BucketAccelerateConfigurationV2Args
source§fn clone(&self) -> BucketAccelerateConfigurationV2Args
fn clone(&self) -> BucketAccelerateConfigurationV2Args
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 BucketAccelerateConfigurationV2Args
impl RefUnwindSafe for BucketAccelerateConfigurationV2Args
impl Send for BucketAccelerateConfigurationV2Args
impl Sync for BucketAccelerateConfigurationV2Args
impl Unpin for BucketAccelerateConfigurationV2Args
impl UnwindSafe for BucketAccelerateConfigurationV2Args
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
)