pub struct GetBucketObjectsArgs {
pub bucket: Output<String>,
pub match_glob: Output<Option<String>>,
pub prefix: Output<Option<String>>,
}
Fields§
§bucket: Output<String>
The name of the containing bucket.
match_glob: Output<Option<String>>
A glob pattern used to filter results (for example, foo*bar
).
prefix: Output<Option<String>>
Filter results to include only objects whose names begin with this prefix.
Implementations§
source§impl GetBucketObjectsArgs
impl GetBucketObjectsArgs
sourcepub fn builder() -> GetBucketObjectsArgsBuilder
pub fn builder() -> GetBucketObjectsArgsBuilder
Create an instance of GetBucketObjectsArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetBucketObjectsArgs
impl Clone for GetBucketObjectsArgs
source§fn clone(&self) -> GetBucketObjectsArgs
fn clone(&self) -> GetBucketObjectsArgs
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 GetBucketObjectsArgs
impl RefUnwindSafe for GetBucketObjectsArgs
impl Send for GetBucketObjectsArgs
impl Sync for GetBucketObjectsArgs
impl Unpin for GetBucketObjectsArgs
impl UnwindSafe for GetBucketObjectsArgs
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
)