Struct rusoto_rds::RebootDBInstanceMessage [] [src]

pub struct RebootDBInstanceMessage {
    pub db_instance_identifier: String,
    pub force_failover: Option<BooleanOptional>,
}

Fields

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

When true, the reboot will be conducted through a MultiAZ failover.

Constraint: You cannot specify true if the instance is not configured for MultiAZ.

Trait Implementations

impl Default for RebootDBInstanceMessage
[src]

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

impl Debug for RebootDBInstanceMessage
[src]

Formats the value using the given formatter.

impl Clone for RebootDBInstanceMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more