Class: Aws::RDS::Types::DBMajorEngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBMajorEngineVersion
- Defined in:
- gems/aws-sdk-rds/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.
10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10072 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.
10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10072 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.
10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10072 class DBMajorEngineVersion < Struct.new( :engine, :major_engine_version, :supported_engine_lifecycles) SENSITIVE = [] include Aws::Structure end |