Class: Aws::DocDBElastic::Types::RestoreClusterFromSnapshotOutput

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

#clusterTypes::Cluster

Returns information about a the restored elastic cluster.

Returns:



900
901
902
903
904
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 900

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