Class: Aws::Neptune::Types::DeleteDBClusterSnapshotResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotTypes::DBClusterSnapshot

Contains the details for an Amazon Neptune DB cluster snapshot

This data type is used as a response element in the DescribeDBClusterSnapshots action.



3617
3618
3619
3620
3621
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3617

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