Class: Aws::RDS::Types::SwitchoverReadReplicaMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The DB instance identifier of the current standby database. This value is stored as a lowercase string.

Constraints:

  • Must match the identiļ¬er of an existing Oracle read replica DB instance.

^

Returns:

  • (String)


27226
27227
27228
27229
27230
# File 'lib/aws-sdk-rds/types.rb', line 27226

class SwitchoverReadReplicaMessage < Struct.new(
  :db_instance_identifier)
  SENSITIVE = []
  include Aws::Structure
end