Class: Aws::RDS::Types::ModifyDBClusterSnapshotAttributeResult

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_snapshot_attributes_resultTypes::DBClusterSnapshotAttributesResult

Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.

Manual DB cluster snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.



9949
9950
9951
9952
# File 'lib/aws-sdk-rds/types.rb', line 9949

class ModifyDBClusterSnapshotAttributeResult < Struct.new(
  :db_cluster_snapshot_attributes_result)
  include Aws::Structure
end