class Aws::WorkSpaces::Types::UpdateWorkspaceImagePermissionRequest

@note When making an API call, you may pass UpdateWorkspaceImagePermissionRequest

data as a hash:

    {
      image_id: "WorkspaceImageId", # required
      allow_copy_image: false, # required
      shared_account_id: "AwsAccount", # required
    }

@!attribute [rw] image_id

The identifier of the image.
@return [String]

@!attribute [rw] allow_copy_image

The permission to copy the image. This permission can be revoked
only after an image has been shared.
@return [Boolean]

@!attribute [rw] shared_account_id

The identifier of the AWS account to share or unshare the image
with.

Before sharing the image, confirm that you are sharing to the
correct AWS account ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspaceImagePermissionRequest AWS API Documentation

Constants

SENSITIVE