Class: Aws::DocDB::Types::CreateDBClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CreateDBClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a cluster snapshot.
Instance Attribute Details
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a cluster snapshot.
836 837 838 839 840 |
# File 'lib/aws-sdk-docdb/types.rb', line 836 class CreateDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) SENSITIVE = [] include Aws::Structure end |