Class: Aws::Neptune::Types::PromoteReadReplicaDBClusterResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_clusterTypes::DBCluster

Contains the details of an Amazon Neptune DB cluster.

This data type is used as a response element in the DescribeDBClusters.

Returns:



7043
7044
7045
7046
7047
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7043

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