Class: Aws::DocDB::Types::CreateDBClusterSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-docdb/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotTypes::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