Struct rusoto_dms::RebootReplicationInstanceMessage[][src]

pub struct RebootReplicationInstanceMessage {
    pub force_failover: Option<bool>,
    pub replication_instance_arn: String,
}

Fields

If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify true.)

The Amazon Resource Name (ARN) of the replication instance.

Trait Implementations

impl Default for RebootReplicationInstanceMessage
[src]

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

impl Debug for RebootReplicationInstanceMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for RebootReplicationInstanceMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RebootReplicationInstanceMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations