Class: Aws::DocDBElastic::Types::GetClusterSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::GetClusterSnapshotOutput
- 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 a specific elastic cluster snapshot.
Instance Attribute Details
#snapshot ⇒ Types::ClusterSnapshot
Returns information about a specific elastic cluster snapshot.
712 713 714 715 716 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 712 class GetClusterSnapshotOutput < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |