Class: Aws::RDS::Types::CustomDBEngineVersionAMI
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CustomDBEngineVersionAMI
- Defined in:
- gems/aws-sdk-rds/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.
6661 6662 6663 6664 6665 6666 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6661 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).
6661 6662 6663 6664 6665 6666 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6661 class CustomDBEngineVersionAMI < Struct.new( :image_id, :status) SENSITIVE = [] include Aws::Structure end |