Struct aws_sdk_grafana::input::UpdatePermissionsInput
source · [−]#[non_exhaustive]pub struct UpdatePermissionsInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePermissionsInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for UpdatePermissionsInput
impl Clone for UpdatePermissionsInput
sourcefn clone(&self) -> UpdatePermissionsInput
fn clone(&self) -> UpdatePermissionsInput
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 UpdatePermissionsInput
impl Debug for UpdatePermissionsInput
sourceimpl PartialEq<UpdatePermissionsInput> for UpdatePermissionsInput
impl PartialEq<UpdatePermissionsInput> for UpdatePermissionsInput
sourcefn eq(&self, other: &UpdatePermissionsInput) -> bool
fn eq(&self, other: &UpdatePermissionsInput) -> bool
impl StructuralPartialEq for UpdatePermissionsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePermissionsInput
impl Send for UpdatePermissionsInput
impl Sync for UpdatePermissionsInput
impl Unpin for UpdatePermissionsInput
impl UnwindSafe for UpdatePermissionsInput
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