Class: Aws::WorkSpaces::Types::DataReplicationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DataReplicationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the data replication settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_replication ⇒ String
Indicates whether data replication is enabled, and if enabled, the type of data replication.
-
#recovery_snapshot_time ⇒ Time
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
Instance Attribute Details
#data_replication ⇒ String
Indicates whether data replication is enabled, and if enabled, the type of data replication.
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_time ⇒ Time
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
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 |