Class: Aws::RDS::Types::StartDBInstanceMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::StartDBInstanceMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_instance_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user-supplied instance identifier. 
Instance Attribute Details
#db_instance_identifier ⇒ String
The user-supplied instance identifier.
| 26666 26667 26668 26669 26670 | # File 'lib/aws-sdk-rds/types.rb', line 26666 class StartDBInstanceMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end |