Struct rusoto_rds::UpgradeTarget [] [src]

pub struct UpgradeTarget {
    pub auto_upgrade: Option<Boolean>,
    pub description: Option<String>,
    pub engine: Option<String>,
    pub engine_version: Option<String>,
    pub is_major_version_upgrade: Option<Boolean>,
}

The version of the database engine that a DB instance can be upgraded to.

Fields

A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

The version of the database engine that a DB instance can be upgraded to.

The name of the upgrade target database engine.

The version number of the upgrade target database engine.

A value that indicates whether a database engine will be upgraded to a major version.

Trait Implementations

impl Default for UpgradeTarget
[src]

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

impl Debug for UpgradeTarget
[src]

Formats the value using the given formatter.

impl Clone for UpgradeTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more