pub struct DefaultObjectACLArgs {
pub bucket: Output<String>,
pub role_entities: Output<Option<Vec<String>>>,
}
Fields§
§bucket: Output<String>
The name of the bucket it applies to.
role_entities: Output<Option<Vec<String>>>
List of role/entity pairs in the form ROLE:entity
.
See GCS Object ACL documentation for more details.
Omitting the field is the same as providing an empty list.
Implementations§
source§impl DefaultObjectACLArgs
impl DefaultObjectACLArgs
sourcepub fn builder() -> DefaultObjectACLArgsBuilder
pub fn builder() -> DefaultObjectACLArgsBuilder
Create an instance of DefaultObjectACLArgs
using the builder syntax
Trait Implementations§
source§impl Clone for DefaultObjectACLArgs
impl Clone for DefaultObjectACLArgs
source§fn clone(&self) -> DefaultObjectACLArgs
fn clone(&self) -> DefaultObjectACLArgs
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 DefaultObjectACLArgs
impl RefUnwindSafe for DefaultObjectACLArgs
impl Send for DefaultObjectACLArgs
impl Sync for DefaultObjectACLArgs
impl Unpin for DefaultObjectACLArgs
impl UnwindSafe for DefaultObjectACLArgs
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
)