Class: Aws::Types::DisasterRecoveryConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disaster_recovery_type"ADG", "BACKUP_BASED"

Returns the value of attribute disaster_recovery_type.

Returns:

  • ("ADG", "BACKUP_BASED")


1359
1360
1361
# File 'sig/types.rbs', line 1359

def disaster_recovery_type
  @disaster_recovery_type
end

#is_replicate_automatic_backupsBoolean

Returns the value of attribute is_replicate_automatic_backups.

Returns:

  • (Boolean)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def is_replicate_automatic_backups
  @is_replicate_automatic_backups
end

#is_snapshot_standbyBoolean

Returns the value of attribute is_snapshot_standby.

Returns:

  • (Boolean)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def is_snapshot_standby
  @is_snapshot_standby
end

#time_snapshot_standby_enabled_till::Time

Returns the value of attribute time_snapshot_standby_enabled_till.

Returns:

  • (::Time)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def time_snapshot_standby_enabled_till
  @time_snapshot_standby_enabled_till
end