Class: Aws::DocDB::Types::CopyDBClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CopyDBClusterSnapshotResult
- 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.
483 484 485 486 487 |
# File 'lib/aws-sdk-docdb/types.rb', line 483 class CopyDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) SENSITIVE = [] include Aws::Structure end |