#[non_exhaustive]pub struct UpdatePermissionsInput { /* private fields */ }
Implementations§
source§impl UpdatePermissionsInput
impl UpdatePermissionsInput
sourcepub fn update_instruction_batch(&self) -> Option<&[UpdateInstruction]>
pub fn update_instruction_batch(&self) -> Option<&[UpdateInstruction]>
An array of structures that contain the permission updates to make.
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to update.
source§impl UpdatePermissionsInput
impl UpdatePermissionsInput
sourcepub fn builder() -> UpdatePermissionsInputBuilder
pub fn builder() -> UpdatePermissionsInputBuilder
Creates a new builder-style object to manufacture UpdatePermissionsInput
.
source§impl UpdatePermissionsInput
impl UpdatePermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdatePermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePermissions
>
Trait Implementations§
source§impl Clone for UpdatePermissionsInput
impl Clone for UpdatePermissionsInput
source§fn clone(&self) -> UpdatePermissionsInput
fn clone(&self) -> UpdatePermissionsInput
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 moresource§impl Debug for UpdatePermissionsInput
impl Debug for UpdatePermissionsInput
source§impl PartialEq<UpdatePermissionsInput> for UpdatePermissionsInput
impl PartialEq<UpdatePermissionsInput> for UpdatePermissionsInput
source§fn eq(&self, other: &UpdatePermissionsInput) -> bool
fn eq(&self, other: &UpdatePermissionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.