Class: Aws::Neptune::Types::CreateDBClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateDBClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Contains the details for an Amazon Neptune DB cluster snapshot.
Instance Attribute Details
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Contains the details for an Amazon Neptune DB cluster snapshot
This data type is used as a response element in the DescribeDBClusterSnapshots action.
1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-neptune/types.rb', line 1092 class CreateDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) SENSITIVE = [] include Aws::Structure end |