Struct aws_sdk_elasticache::input::StartMigrationInput
source · #[non_exhaustive]pub struct StartMigrationInput { /* private fields */ }
Implementations§
source§impl StartMigrationInput
impl StartMigrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMigration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMigration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartMigration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMigrationInput
.
source§impl StartMigrationInput
impl StartMigrationInput
sourcepub fn replication_group_id(&self) -> Option<&str>
pub fn replication_group_id(&self) -> Option<&str>
The ID of the replication group to which data should be migrated.
sourcepub fn customer_node_endpoint_list(&self) -> Option<&[CustomerNodeEndpoint]>
pub fn customer_node_endpoint_list(&self) -> Option<&[CustomerNodeEndpoint]>
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
Trait Implementations§
source§impl Clone for StartMigrationInput
impl Clone for StartMigrationInput
source§fn clone(&self) -> StartMigrationInput
fn clone(&self) -> StartMigrationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StartMigrationInput
impl Debug for StartMigrationInput
source§impl PartialEq<StartMigrationInput> for StartMigrationInput
impl PartialEq<StartMigrationInput> for StartMigrationInput
source§fn eq(&self, other: &StartMigrationInput) -> bool
fn eq(&self, other: &StartMigrationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.