Struct aws_sdk_workspaces::input::UpdateWorkspaceImagePermissionInput [−][src]
#[non_exhaustive]pub struct UpdateWorkspaceImagePermissionInput {
pub image_id: Option<String>,
pub allow_copy_image: Option<bool>,
pub shared_account_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.image_id: Option<String>
The identifier of the image.
allow_copy_image: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceImagePermission, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceImagePermission, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspaceImagePermission
>
Creates a new builder-style object to manufacture UpdateWorkspaceImagePermissionInput
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpdateWorkspaceImagePermissionInput
impl Sync for UpdateWorkspaceImagePermissionInput
impl Unpin for UpdateWorkspaceImagePermissionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more