#[non_exhaustive]pub struct UpdateWorkspaceImagePermissionInput { /* private fields */ }Implementations
sourceimpl UpdateWorkspaceImagePermissionInput
impl UpdateWorkspaceImagePermissionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceImagePermission, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceImagePermission, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspaceImagePermission>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWorkspaceImagePermissionInput.
sourceimpl UpdateWorkspaceImagePermissionInput
impl UpdateWorkspaceImagePermissionInput
sourcepub fn allow_copy_image(&self) -> Option<bool>
pub fn allow_copy_image(&self) -> Option<bool>
The permission to copy the image. This permission can be revoked only after an image has been shared.
The identifier of the Amazon Web Services account to share or unshare the image with.
Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.
Trait Implementations
sourceimpl Clone for UpdateWorkspaceImagePermissionInput
impl Clone for UpdateWorkspaceImagePermissionInput
sourcefn clone(&self) -> UpdateWorkspaceImagePermissionInput
fn clone(&self) -> UpdateWorkspaceImagePermissionInput
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 PartialEq<UpdateWorkspaceImagePermissionInput> for UpdateWorkspaceImagePermissionInput
impl PartialEq<UpdateWorkspaceImagePermissionInput> for UpdateWorkspaceImagePermissionInput
sourcefn eq(&self, other: &UpdateWorkspaceImagePermissionInput) -> bool
fn eq(&self, other: &UpdateWorkspaceImagePermissionInput) -> bool
impl StructuralPartialEq for UpdateWorkspaceImagePermissionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateWorkspaceImagePermissionInput
impl Send for UpdateWorkspaceImagePermissionInput
impl Sync for UpdateWorkspaceImagePermissionInput
impl Unpin for UpdateWorkspaceImagePermissionInput
impl UnwindSafe for UpdateWorkspaceImagePermissionInput
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