Class: Aws::DocDB::Types::StartDBClusterMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::StartDBClusterMessage
 
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the cluster to restart. 
Instance Attribute Details
#db_cluster_identifier ⇒ String
The identifier of the cluster to restart. Example:
docdb-2019-05-28-15-24-52
| 6058 6059 6060 6061 6062 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 6058 class StartDBClusterMessage < Struct.new( :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |