Class: Aws::WorkspacesInstances::Types::CreateWorkspaceInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::CreateWorkspaceInstanceResponse
- Defined in:
- gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb
Overview
Returns the unique identifier for the newly created WorkSpaces Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_instance_id ⇒ String
Unique identifier assigned to the newly created WorkSpaces Instance.
Instance Attribute Details
#workspace_instance_id ⇒ String
Unique identifier assigned to the newly created WorkSpaces Instance.
312 313 314 315 316 |
# File 'gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb', line 312 class CreateWorkspaceInstanceResponse < Struct.new( :workspace_instance_id) SENSITIVE = [] include Aws::Structure end |