Class: Aws::Neptune::Types::StopDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::StopDBClusterResult
- 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.
8024 8025 8026 8027 8028 |
# File 'lib/aws-sdk-neptune/types.rb', line 8024 class StopDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |