Class: Aws::WorkSpaces::Types::RelatedWorkspaceProperties

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

Overview

Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or primary WorkSpace related to the specified WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

The Region of the related WorkSpace.

Returns:

  • (String)


3665
3666
3667
3668
3669
3670
3671
3672
# File 'lib/aws-sdk-workspaces/types.rb', line 3665

class RelatedWorkspaceProperties < Struct.new(
  :workspace_id,
  :region,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Indicates the state of the WorkSpace.

Returns:

  • (String)


3665
3666
3667
3668
3669
3670
3671
3672
# File 'lib/aws-sdk-workspaces/types.rb', line 3665

class RelatedWorkspaceProperties < Struct.new(
  :workspace_id,
  :region,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Indicates the type of WorkSpace.

Returns:

  • (String)


3665
3666
3667
3668
3669
3670
3671
3672
# File 'lib/aws-sdk-workspaces/types.rb', line 3665

class RelatedWorkspaceProperties < Struct.new(
  :workspace_id,
  :region,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the related WorkSpace.

Returns:

  • (String)


3665
3666
3667
3668
3669
3670
3671
3672
# File 'lib/aws-sdk-workspaces/types.rb', line 3665

class RelatedWorkspaceProperties < Struct.new(
  :workspace_id,
  :region,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end