Class: Aws::WorkSpaces::Types::RegisterWorkspaceDirectoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RegisterWorkspaceDirectoryResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory.
-
#state ⇒ String
The registration status of the WorkSpace directory.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
4136 4137 4138 4139 4140 4141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4136 class RegisterWorkspaceDirectoryResult < Struct.new( :directory_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The registration status of the WorkSpace directory.
4136 4137 4138 4139 4140 4141 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4136 class RegisterWorkspaceDirectoryResult < Struct.new( :directory_id, :state) SENSITIVE = [] include Aws::Structure end |