Class: Aws::Neptune::Types::DeleteDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DeleteDBClusterResult
- 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.
3587 3588 3589 3590 3591 |
# File 'lib/aws-sdk-neptune/types.rb', line 3587 class DeleteDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |