Class: Aws::WorkSpaces::Types::RegisterWorkspaceDirectoryResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4181

class RegisterWorkspaceDirectoryResult < Struct.new(
  :directory_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The registration status of the WorkSpace directory.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4181

class RegisterWorkspaceDirectoryResult < Struct.new(
  :directory_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end