Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::WorkSpaces::Types::StandbyWorkspacesProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the properties of the related standby WorkSpaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_replicationString

Indicates whether data replication is enabled, and if enabled, the type of data replication.

Returns:

  • (String)

4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4572

class StandbyWorkspacesProperties < Struct.new(
  :standby_workspace_id,
  :data_replication,
  :recovery_snapshot_time)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_snapshot_timeTime

The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.

Returns:

  • (Time)

4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4572

class StandbyWorkspacesProperties < Struct.new(
  :standby_workspace_id,
  :data_replication,
  :recovery_snapshot_time)
  SENSITIVE = []
  include Aws::Structure
end

#standby_workspace_idString

The identifier of the standby WorkSpace

Returns:

  • (String)

4572
4573
4574
4575
4576
4577
4578
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4572

class StandbyWorkspacesProperties < Struct.new(
  :standby_workspace_id,
  :data_replication,
  :recovery_snapshot_time)
  SENSITIVE = []
  include Aws::Structure
end