Class: Aws::DocDB::Types::DBClusterSnapshotAttributesResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::DBClusterSnapshotAttributesResult
 
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Detailed information about the attributes that are associated with a cluster snapshot.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_attributes  ⇒ Array<Types::DBClusterSnapshotAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of attributes and values for the cluster snapshot. 
- 
  
    
      #db_cluster_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the cluster snapshot that the attributes apply to. 
Instance Attribute Details
#db_cluster_snapshot_attributes ⇒ Array<Types::DBClusterSnapshotAttribute>
The list of attributes and values for the cluster snapshot.
| 1932 1933 1934 1935 1936 1937 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1932 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end | 
#db_cluster_snapshot_identifier ⇒ String
The identifier of the cluster snapshot that the attributes apply to.
| 1932 1933 1934 1935 1936 1937 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1932 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end |