Class: Aws::DocDBElastic::Types::CreateClusterSnapshotOutput

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 the new elastic cluster snapshot.



558
559
560
561
562
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 558

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