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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1063

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)


1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1063

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