Class: Aws::RDS::Types::CustomDBEngineVersionAMI
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::CustomDBEngineVersionAMI
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
A value that indicates the AMI information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates the ID of the AMI.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates the status of a custom engine version (CEV).
 
Instance Attribute Details
#image_id ⇒ String
A value that indicates the ID of the AMI.
      6751 6752 6753 6754 6755 6756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 6751 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
A value that indicates the status of a custom engine version (CEV).
      6751 6752 6753 6754 6755 6756  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 6751 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end  |