Class: Aws::Neptune::Types::PromoteReadReplicaDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::PromoteReadReplicaDBClusterResult
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster ⇒ Types::DBCluster
Contains the details of an Amazon Neptune DB cluster.
Instance Attribute Details
#db_cluster ⇒ Types::DBCluster
Contains the details of an Amazon Neptune DB cluster.
This data type is used as a response element in the DescribeDBClusters.
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 |