Class: Aws::RDS::Types::PromoteReadReplicaDBClusterMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The identifier of the DB cluster read replica to promote. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DB cluster read replica.

^

Example: my-cluster-replica1

Returns:

  • (String)


21061
21062
21063
21064
21065
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21061

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