Class: Aws::WorkSpaces::Types::StandbyWorkspace
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StandbyWorkspace
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes a standby WorkSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory for the standby WorkSpace.
-
#primary_workspace_id ⇒ String
The identifier of the standby WorkSpace.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the standby WorkSpace.
-
#volume_encryption_key ⇒ String
The volume encryption key of the standby WorkSpace.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory for the standby WorkSpace.
3202 3203 3204 3205 3206 3207 3208 3209 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3202 class StandbyWorkspace < Struct.new( :primary_workspace_id, :volume_encryption_key, :directory_id, :tags) SENSITIVE = [] include Aws::Structure end |
#primary_workspace_id ⇒ String
The identifier of the standby WorkSpace.
3202 3203 3204 3205 3206 3207 3208 3209 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3202 class StandbyWorkspace < Struct.new( :primary_workspace_id, :volume_encryption_key, :directory_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the standby WorkSpace.
3202 3203 3204 3205 3206 3207 3208 3209 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3202 class StandbyWorkspace < Struct.new( :primary_workspace_id, :volume_encryption_key, :directory_id, :tags) SENSITIVE = [] include Aws::Structure end |
#volume_encryption_key ⇒ String
The volume encryption key of the standby WorkSpace.
3202 3203 3204 3205 3206 3207 3208 3209 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3202 class StandbyWorkspace < Struct.new( :primary_workspace_id, :volume_encryption_key, :directory_id, :tags) SENSITIVE = [] include Aws::Structure end |