Class: Aws::WorkSpaces::Types::StandbyWorkspace

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#directory_idString

The identifier of the directory for the standby WorkSpace.

Returns:

  • (String)


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_idString

The identifier of the standby WorkSpace.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags associated with the standby WorkSpace.

Returns:



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_keyString

The volume encryption key of the standby WorkSpace.

Returns:

  • (String)


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