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.
3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3936 class RebuildRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |