Class: Aws::DocDBElastic::Types::CopyClusterSnapshotOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::ClusterSnapshot

Returns information about a specific elastic cluster snapshot.



368
369
370
371
372
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 368

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