Class: Aws::RDS::Types::ModifyDBClusterSnapshotAttributeResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyDBClusterSnapshotAttributeResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_attributes_result  ⇒ Types::DBClusterSnapshotAttributesResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the results of a successful call to the ‘DescribeDBClusterSnapshotAttributes` API action. 
Instance Attribute Details
#db_cluster_snapshot_attributes_result ⇒ Types::DBClusterSnapshotAttributesResult
Contains the results of a successful call to the ‘DescribeDBClusterSnapshotAttributes` API action.
Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot. For more information, see the ‘ModifyDBClusterSnapshotAttribute` API action.
| 17908 17909 17910 17911 17912 | # File 'lib/aws-sdk-rds/types.rb', line 17908 class ModifyDBClusterSnapshotAttributeResult < Struct.new( :db_cluster_snapshot_attributes_result) SENSITIVE = [] include Aws::Structure end |