class Aws::DocDB::Types::DescribeDBEngineVersionsMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBEngineVersionsMessage AWS API Documentation
@return [Boolean]
list of supported time zones for each engine version.
‘TimeZone` parameter for `CreateDBInstance`, the response includes a
If this parameter is specified and the requested engine supports the
@!attribute [rw] list_supported_timezones
@return [Boolean]
includes a list of supported character sets for each engine version.
`CharacterSetName` parameter for `CreateDBInstance`, the response
If this parameter is specified and the requested engine supports the
@!attribute [rw] list_supported_character_sets
@return [Boolean]
engine and major version combination is returned.
Indicates that only the default version of the specified engine or
@!attribute [rw] default_only
@return [String]
the marker, up to the value specified by `MaxRecords`.
parameter is specified, the response includes only records beyond
An optional pagination token provided by a previous request. If this
@!attribute [rw] marker
@return [Integer]
Constraints: Minimum 20, maximum 100.
Default: 100
results can be retrieved.
token (marker) is included in the response so that the remaining
records exist than the specified `MaxRecords` value, a pagination
The maximum number of records to include in the response. If more
@!attribute [rw] max_records
@return [Array<Types::Filter>]
This parameter is not currently supported.
@!attribute [rw] filters
@return [String]
^
* If provided, must match an existing `DBParameterGroupFamily`.
Constraints:
The name of a specific parameter group family to return details for.
@!attribute [rw] db_parameter_group_family
@return [String]
Example: `5.1.49`
The database engine version to return.
@!attribute [rw] engine_version
@return [String]
The database engine to return.
@!attribute [rw] engine
}
list_supported_timezones: false,
list_supported_character_sets: false,
default_only: false,
marker: “String”,
max_records: 1,
],
},
values: [“String”], # required
name: “String”, # required
{
filters: [
db_parameter_group_family: “String”,
engine_version: “String”,
engine: “String”,
{
data as a hash:
@note When making an API call, you may pass DescribeDBEngineVersionsMessage
Represents the input to DescribeDBEngineVersions.