#[non_exhaustive]pub struct UpdateWorkspaceImagePermissionInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for UpdateWorkspaceImagePermissionInput
impl Clone for UpdateWorkspaceImagePermissionInput
source§fn clone(&self) -> UpdateWorkspaceImagePermissionInput
fn clone(&self) -> UpdateWorkspaceImagePermissionInput
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 PartialEq<UpdateWorkspaceImagePermissionInput> for UpdateWorkspaceImagePermissionInput
impl PartialEq<UpdateWorkspaceImagePermissionInput> for UpdateWorkspaceImagePermissionInput
source§fn eq(&self, other: &UpdateWorkspaceImagePermissionInput) -> bool
fn eq(&self, other: &UpdateWorkspaceImagePermissionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.