Class: Aws::WorkSpaces::Types::CreateWorkspaceImageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the new WorkSpace image.

Returns:

  • (String)


849
850
851
852
853
854
855
856
# File 'lib/aws-sdk-workspaces/types.rb', line 849

class CreateWorkspaceImageRequest < Struct.new(
  :name,
  :description,
  :workspace_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the new WorkSpace image.

Returns:

  • (String)


849
850
851
852
853
854
855
856
# File 'lib/aws-sdk-workspaces/types.rb', line 849

class CreateWorkspaceImageRequest < Struct.new(
  :name,
  :description,
  :workspace_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags that you want to add to the new WorkSpace image. To add tags when you’re creating the image, you must create an IAM policy that grants your IAM user permission to use ‘workspaces:CreateTags`.

Returns:



849
850
851
852
853
854
855
856
# File 'lib/aws-sdk-workspaces/types.rb', line 849

class CreateWorkspaceImageRequest < Struct.new(
  :name,
  :description,
  :workspace_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the source WorkSpace

Returns:

  • (String)


849
850
851
852
853
854
855
856
# File 'lib/aws-sdk-workspaces/types.rb', line 849

class CreateWorkspaceImageRequest < Struct.new(
  :name,
  :description,
  :workspace_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end