Class: Aws::RDS::Types::DBMajorEngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBMajorEngineVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
This data type is used as a response element in the operation ‘DescribeDBMajorEngineVersions`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine ⇒ String
The name of the database engine.
-
#major_engine_version ⇒ String
The major version number of the database engine.
-
#supported_engine_lifecycles ⇒ Array<Types::SupportedEngineLifecycle>
A list of the lifecycles supported by this engine for the ‘DescribeDBMajorEngineVersions` operation.
Instance Attribute Details
#engine ⇒ String
The name of the database engine.
10041 10042 10043 10044 10045 10046 10047 |
# File 'lib/aws-sdk-rds/types.rb', line 10041 class DBMajorEngineVersion < Struct.new( :engine, :major_engine_version, :supported_engine_lifecycles) SENSITIVE = [] include Aws::Structure end |
#major_engine_version ⇒ String
The major version number of the database engine.
10041 10042 10043 10044 10045 10046 10047 |
# File 'lib/aws-sdk-rds/types.rb', line 10041 class DBMajorEngineVersion < Struct.new( :engine, :major_engine_version, :supported_engine_lifecycles) SENSITIVE = [] include Aws::Structure end |
#supported_engine_lifecycles ⇒ Array<Types::SupportedEngineLifecycle>
A list of the lifecycles supported by this engine for the ‘DescribeDBMajorEngineVersions` operation.
10041 10042 10043 10044 10045 10046 10047 |
# File 'lib/aws-sdk-rds/types.rb', line 10041 class DBMajorEngineVersion < Struct.new( :engine, :major_engine_version, :supported_engine_lifecycles) SENSITIVE = [] include Aws::Structure end |