Class: Aws::Neptune::Types::StartDBClusterMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::StartDBClusterMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DB cluster identifier of the Neptune DB cluster to be started.
 
Instance Attribute Details
#db_cluster_identifier ⇒ String
The DB cluster identifier of the Neptune DB cluster to be started. This parameter is stored as a lowercase string.
      7851 7852 7853 7854 7855  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 7851 class StartDBClusterMessage < Struct.new( :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end  |