Class: Aws::DocDB::Types::CopyDBClusterSnapshotResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotTypes::DBClusterSnapshot

Detailed information about a cluster snapshot.



528
529
530
531
532
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 528

class CopyDBClusterSnapshotResult < Struct.new(
  :db_cluster_snapshot)
  SENSITIVE = []
  include Aws::Structure
end