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.
| 6539 6540 6541 6542 6543 6544 | # File 'lib/aws-sdk-rds/types.rb', line 6539 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).
| 6539 6540 6541 6542 6543 6544 | # File 'lib/aws-sdk-rds/types.rb', line 6539 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end |