Class: Aws::WorkSpaces::Types::DataReplicationSettings

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

Overview

Describes the data replication settings.

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)


1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-workspaces/types.rb', line 1246

class DataReplicationSettings < Struct.new(
  :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)


1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-workspaces/types.rb', line 1246

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