class Aws::WorkSpaces::Types::CopyWorkspaceImageRequest

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

data as a hash:

    {
      name: "WorkspaceImageName", # required
      description: "WorkspaceImageDescription",
      source_image_id: "WorkspaceImageId", # required
      source_region: "Region", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] name

The name of the image.
@return [String]

@!attribute [rw] description

A description of the image.
@return [String]

@!attribute [rw] source_image_id

The identifier of the source image.
@return [String]

@!attribute [rw] source_region

The identifier of the source Region.
@return [String]

@!attribute [rw] tags

The tags for the image.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE