Class: Aws::DocDB::Types::RestoreDBClusterFromSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::RestoreDBClusterFromSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster ⇒ Types::DBCluster
Detailed information about a cluster.
Instance Attribute Details
#db_cluster ⇒ Types::DBCluster
Detailed information about a cluster.
5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-docdb/types.rb', line 5334 class RestoreDBClusterFromSnapshotResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |