Class: Aws::Neptune::Types::DescribeValidDBInstanceModificationsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DescribeValidDBInstanceModificationsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The customer identifier or the ARN of your DB instance.
 
Instance Attribute Details
#db_instance_identifier ⇒ String
The customer identifier or the ARN of your DB instance.
      4833 4834 4835 4836 4837  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4833 class DescribeValidDBInstanceModificationsMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end  |