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

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

#clusterTypes::Cluster

Returns information about a the restored elastic cluster.

Returns:



1094
1095
1096
1097
1098
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1094

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