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.
6757 6758 6759 6760 6761 6762 |
# File 'lib/aws-sdk-rds/types.rb', line 6757 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).
6757 6758 6759 6760 6761 6762 |
# File 'lib/aws-sdk-rds/types.rb', line 6757 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end |