Class: Aws::RDS::Types::CustomDBEngineVersionAMI

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_idString

A value that indicates the ID of the AMI.

Returns:

  • (String)


6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6393

class CustomDBEngineVersionAMI < Struct.new(
  :image_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A value that indicates the status of a custom engine version (CEV).

Returns:

  • (String)


6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6393

class CustomDBEngineVersionAMI < Struct.new(
  :image_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end