Class: Aws::DocDBElastic::Types::DeleteClusterSnapshotOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::ClusterSnapshot

Returns information about the newly deleted elastic cluster snapshot.



664
665
666
667
668
# File 'lib/aws-sdk-docdbelastic/types.rb', line 664

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