Class: Aws::WorkSpaces::Types::CopyWorkspaceImageResult

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

#image_idString

The identifier of the image.

Returns:

  • (String)


623
624
625
626
627
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 623

class CopyWorkspaceImageResult < Struct.new(
  :image_id)
  SENSITIVE = []
  include Aws::Structure
end