Class: Aws::RDS::Types::DeleteDBClusterSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotTypes::DBClusterSnapshot

Contains the details for an Amazon RDS DB cluster snapshot

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



6106
6107
6108
6109
# File 'lib/aws-sdk-rds/types.rb', line 6106

class DeleteDBClusterSnapshotResult < Struct.new(
  :db_cluster_snapshot)
  include Aws::Structure
end