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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3998

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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3998

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)


3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3998

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