Class: Aws::WorkSpaces::Types::CreateUpdatedWorkspaceImageResult

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

#image_idString

The identifier of the new updated WorkSpace image.

Returns:

  • (String)


865
866
867
868
869
# File 'lib/aws-sdk-workspaces/types.rb', line 865

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