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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the image.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 535

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

#nameString

The name of the image.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 535

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

#source_image_idString

The identifier of the source image.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 535

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

#source_regionString

The identifier of the source Region.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 535

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

#tagsArray<Types::Tag>

The tags for the image.

Returns:



535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 535

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