pub struct GetBucketPolicyResult {
pub bucket: Output<String>,
pub id: Output<String>,
pub policy: Output<String>,
}
Fields§
§bucket: Output<String>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
policy: Output<String>
IAM bucket policy.
Auto Trait Implementations§
impl Freeze for GetBucketPolicyResult
impl RefUnwindSafe for GetBucketPolicyResult
impl Send for GetBucketPolicyResult
impl Sync for GetBucketPolicyResult
impl Unpin for GetBucketPolicyResult
impl UnwindSafe for GetBucketPolicyResult
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