pub struct GetBucketsArgs {
pub prefix: Output<Option<String>>,
pub project: Output<Option<String>>,
}
Fields§
§prefix: Output<Option<String>>
Filter results to buckets whose names begin with this prefix.
project: Output<Option<String>>
The ID of the project. If it is not provided, the provider project is used.
Implementations§
source§impl GetBucketsArgs
impl GetBucketsArgs
sourcepub fn builder() -> GetBucketsArgsBuilder
pub fn builder() -> GetBucketsArgsBuilder
Create an instance of GetBucketsArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetBucketsArgs
impl Clone for GetBucketsArgs
source§fn clone(&self) -> GetBucketsArgs
fn clone(&self) -> GetBucketsArgs
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 GetBucketsArgs
impl RefUnwindSafe for GetBucketsArgs
impl Send for GetBucketsArgs
impl Sync for GetBucketsArgs
impl Unpin for GetBucketsArgs
impl UnwindSafe for GetBucketsArgs
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
)