Class: Aws::WorkSpaces::Types::RebuildRequest

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

Overview

Describes the information used to rebuild a WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_id ⇒ String

The identifier of the WorkSpace.

Returns:

  • (String)


4273
4274
4275
4276
4277
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4273

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