Class: Aws::RDS::Types::DescribeValidDBInstanceModificationsMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DescribeValidDBInstanceModificationsMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/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.
| 14954 14955 14956 14957 14958 | # File 'lib/aws-sdk-rds/types.rb', line 14954 class DescribeValidDBInstanceModificationsMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end |