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)


1028
1029
1030
1031
1032
# File 'lib/aws-sdk-workspaces/types.rb', line 1028

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