Class: Aws::Neptune::Types::CreateDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateDBClusterResult
- 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.
1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-neptune/types.rb', line 1035 class CreateDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |