Class: Aws::RDS::Types::DescribeDBMajorEngineVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBMajorEngineVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_major_engine_versions ⇒ Array<Types::DBMajorEngineVersion>
A list of ‘DBMajorEngineVersion` elements.
-
#marker ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#db_major_engine_versions ⇒ Array<Types::DBMajorEngineVersion>
A list of ‘DBMajorEngineVersion` elements.
13522 13523 13524 13525 13526 13527 |
# File 'lib/aws-sdk-rds/types.rb', line 13522 class DescribeDBMajorEngineVersionsResponse < Struct.new( :db_major_engine_versions, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
13522 13523 13524 13525 13526 13527 |
# File 'lib/aws-sdk-rds/types.rb', line 13522 class DescribeDBMajorEngineVersionsResponse < Struct.new( :db_major_engine_versions, :marker) SENSITIVE = [] include Aws::Structure end |