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.
6703 6704 6705 6706 6707 6708 |
# File 'lib/aws-sdk-rds/types.rb', line 6703 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).
6703 6704 6705 6706 6707 6708 |
# File 'lib/aws-sdk-rds/types.rb', line 6703 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end |