pub struct BucketAccelerateConfigurationV2Result {
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
.
Auto Trait Implementations§
impl Freeze for BucketAccelerateConfigurationV2Result
impl RefUnwindSafe for BucketAccelerateConfigurationV2Result
impl Send for BucketAccelerateConfigurationV2Result
impl Sync for BucketAccelerateConfigurationV2Result
impl Unpin for BucketAccelerateConfigurationV2Result
impl UnwindSafe for BucketAccelerateConfigurationV2Result
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