Class: Aws::WorkSpaces::Types::RelatedWorkspaceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RelatedWorkspaceProperties
- 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
-
#region ⇒ String
The Region of the related WorkSpace.
-
#state ⇒ String
Indicates the state of the WorkSpace.
-
#type ⇒ String
Indicates the type of WorkSpace.
-
#workspace_id ⇒ String
The identifier of the related WorkSpace.
Instance Attribute Details
#region ⇒ String
The Region of the related WorkSpace.
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 |
#state ⇒ String
Indicates the state of the WorkSpace.
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 |
#type ⇒ String
Indicates the type of WorkSpace.
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_id ⇒ String
The identifier of the related WorkSpace.
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 |