Class: Aws::RDS::Types::StopDBClusterMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::StopDBClusterMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped.
 
Instance Attribute Details
#db_cluster_identifier ⇒ String
The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.
      27528 27529 27530 27531 27532  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27528 class StopDBClusterMessage < Struct.new( :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end  |