Class: Aws::DocDBElastic::Types::RestoreClusterFromSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::RestoreClusterFromSnapshotOutput
- Defined in:
- gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Returns information about a the restored elastic cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Returns information about a the restored elastic cluster.
1094 1095 1096 1097 1098 |
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 1094 class RestoreClusterFromSnapshotOutput < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |