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)


3180
3181
3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3180

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)


3180
3181
3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3180

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:



3180
3181
3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3180

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)


3180
3181
3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3180

class StandbyWorkspace < Struct.new(
  :primary_workspace_id,
  :volume_encryption_key,
  :directory_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end