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_idString

The identifier of the WorkSpace.

Returns:

  • (String)


3519
3520
3521
3522
3523
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3519

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