Class: Aws::RDS::Types::CreateDBClusterSnapshotResult

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 result of a successful invocation of the following actions:

  • CreateDBClusterSnapshot

  • DeleteDBClusterSnapshot

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



1535
1536
1537
1538
# File 'lib/aws-sdk-rds/types.rb', line 1535

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