Class: Aws::Neptune::Types::RestoreDBClusterFromSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::RestoreDBClusterFromSnapshotResult
- 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.
7527 7528 7529 7530 7531 |
# File 'lib/aws-sdk-neptune/types.rb', line 7527 class RestoreDBClusterFromSnapshotResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |