Class: Aws::RDS::Types::DescribeDBClusterSnapshotAttributesMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DescribeDBClusterSnapshotAttributesMessage
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the DB cluster snapshot to describe the attributes for. 
Instance Attribute Details
#db_cluster_snapshot_identifier ⇒ String
The identifier for the DB cluster snapshot to describe the attributes for.
| 13013 13014 13015 13016 13017 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13013 class DescribeDBClusterSnapshotAttributesMessage < Struct.new( :db_cluster_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |