#[non_exhaustive]pub struct UpdateFolderPermissionsInput { /* private fields */ }Implementations
sourceimpl UpdateFolderPermissionsInput
impl UpdateFolderPermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFolderPermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFolderPermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFolderPermissions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFolderPermissionsInput.
sourceimpl UpdateFolderPermissionsInput
impl UpdateFolderPermissionsInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that contains the folder to update.
sourcepub fn grant_permissions(&self) -> Option<&[ResourcePermission]>
pub fn grant_permissions(&self) -> Option<&[ResourcePermission]>
The permissions that you want to grant on a resource.
sourcepub fn revoke_permissions(&self) -> Option<&[ResourcePermission]>
pub fn revoke_permissions(&self) -> Option<&[ResourcePermission]>
The permissions that you want to revoke from a resource.
Trait Implementations
sourceimpl Clone for UpdateFolderPermissionsInput
impl Clone for UpdateFolderPermissionsInput
sourcefn clone(&self) -> UpdateFolderPermissionsInput
fn clone(&self) -> UpdateFolderPermissionsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateFolderPermissionsInput
impl Debug for UpdateFolderPermissionsInput
sourceimpl PartialEq<UpdateFolderPermissionsInput> for UpdateFolderPermissionsInput
impl PartialEq<UpdateFolderPermissionsInput> for UpdateFolderPermissionsInput
sourcefn eq(&self, other: &UpdateFolderPermissionsInput) -> bool
fn eq(&self, other: &UpdateFolderPermissionsInput) -> bool
impl StructuralPartialEq for UpdateFolderPermissionsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFolderPermissionsInput
impl Send for UpdateFolderPermissionsInput
impl Sync for UpdateFolderPermissionsInput
impl Unpin for UpdateFolderPermissionsInput
impl UnwindSafe for UpdateFolderPermissionsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more