Class: Aws::Types::CrossRegionDisasterRecoveryConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_replicate_automatic_backupsBoolean

Returns the value of attribute is_replicate_automatic_backups.

Returns:

  • (Boolean)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def is_replicate_automatic_backups
  @is_replicate_automatic_backups
end

#remote_disaster_recovery_type"ADG", "BACKUP_BASED"

Returns the value of attribute remote_disaster_recovery_type.

Returns:

  • ("ADG", "BACKUP_BASED")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def remote_disaster_recovery_type
  @remote_disaster_recovery_type
end

#source_autonomous_database_arn::String

Returns the value of attribute source_autonomous_database_arn.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def source_autonomous_database_arn
  @source_autonomous_database_arn
end