Class: Aws::DocDB::Types::CreateDBClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CreateDBClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Instance Attribute Summary collapse
-
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a DB cluster snapshot.
Instance Attribute Details
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a DB cluster snapshot.
733 734 735 736 |
# File 'lib/aws-sdk-docdb/types.rb', line 733 class CreateDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) include Aws::Structure end |