pub struct BucketOwnershipControlsResult {
pub bucket: Output<String>,
pub rule: Output<BucketOwnershipControlsRule>,
}
Fields§
§bucket: Output<String>
Name of the bucket that you want to associate this access point with.
rule: Output<BucketOwnershipControlsRule>
Configuration block(s) with Ownership Controls rules. Detailed below.
Auto Trait Implementations§
impl Freeze for BucketOwnershipControlsResult
impl RefUnwindSafe for BucketOwnershipControlsResult
impl Send for BucketOwnershipControlsResult
impl Sync for BucketOwnershipControlsResult
impl Unpin for BucketOwnershipControlsResult
impl UnwindSafe for BucketOwnershipControlsResult
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