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.



483
484
485
486
487
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 483

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