Class: Aws::DocDBElastic::Types::CreateClusterSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::CreateClusterSnapshotOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::ClusterSnapshot
Returns information about the new elastic cluster snapshot.
Instance Attribute Details
#snapshot ⇒ Types::ClusterSnapshot
Returns information about the new elastic cluster snapshot.
614 615 616 617 618 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 614 class CreateClusterSnapshotOutput < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |