pub struct GetBucketsResult {
pub buckets: Output<Vec<GetBucketsBucket>>,
pub id: Output<String>,
pub prefix: Output<Option<String>>,
pub project: Output<Option<String>>,
}
Fields§
§buckets: Output<Vec<GetBucketsBucket>>
A list of all retrieved GCS buckets. Structure is defined below.
id: Output<String>
The provider-assigned unique ID for this managed resource.
prefix: Output<Option<String>>
§project: Output<Option<String>>
Auto Trait Implementations§
impl Freeze for GetBucketsResult
impl RefUnwindSafe for GetBucketsResult
impl Send for GetBucketsResult
impl Sync for GetBucketsResult
impl Unpin for GetBucketsResult
impl UnwindSafe for GetBucketsResult
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