You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::CopyWorkspaceImageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CopyWorkspaceImageRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the image.

Returns:

  • (String)

    A description of the image.

#nameString

The name of the image.

Returns:

  • (String)

    The name of the image.

#source_image_idString

The identifier of the source image.

Returns:

  • (String)

    The identifier of the source image.

#source_regionString

The identifier of the source Region.

Returns:

  • (String)

    The identifier of the source Region.

#tagsArray<Types::Tag>

The tags for the image.

Returns: