Class: Aws::WorkSpaces::Types::RebuildRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RebuildRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the information used to rebuild a WorkSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#workspace_id ⇒ String
The identifier of the WorkSpace.
3976 3977 3978 3979 3980 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3976 class RebuildRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |