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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


4131
4132
4133
4134
4135
4136
4137
4138
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4131

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

#stateString

Indicates the state of the WorkSpace.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4131

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

#typeString

Indicates the type of WorkSpace.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4131

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

#workspace_idString

The identifier of the related WorkSpace.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4131

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