Struct rusoto_rds::DBEngineVersion [] [src]

pub struct DBEngineVersion {
    pub db_engine_description: Option<String>,
    pub db_engine_version_description: Option<String>,
    pub db_parameter_group_family: Option<String>,
    pub default_character_set: Option<CharacterSet>,
    pub engine: Option<String>,
    pub engine_version: Option<String>,
    pub supported_character_sets: Option<SupportedCharacterSetsList>,
    pub supported_timezones: Option<SupportedTimezonesList>,
    pub valid_upgrade_target: Option<ValidUpgradeTargetList>,
}

This data type is used as a response element in the action DescribeDBEngineVersions.

Fields

The description of the database engine.

The description of the database engine version.

The name of the DB parameter group family for the database engine.

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.

The name of the database engine.

The version number of the database engine.

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance action.

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

A list of engine versions that this database engine version can be upgraded to.

Trait Implementations

impl Default for DBEngineVersion
[src]

Returns the "default value" for a type. Read more

impl Debug for DBEngineVersion
[src]

Formats the value using the given formatter.

impl Clone for DBEngineVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more