Class: Aws::Neptune::Types::ModifyDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::ModifyDBClusterResult
- Includes:
- Structure
- Defined in:
- 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.
5925 5926 5927 5928 5929 |
# File 'lib/aws-sdk-neptune/types.rb', line 5925 class ModifyDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |