Struct aws_sdk_databasemigration::operation::start_recommendations::StartRecommendationsInput
source · #[non_exhaustive]pub struct StartRecommendationsInput {
pub database_id: Option<String>,
pub settings: Option<RecommendationSettings>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.database_id: Option<String>
The identifier of the source database to analyze and provide recommendations for.
settings: Option<RecommendationSettings>
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
Implementations§
source§impl StartRecommendationsInput
impl StartRecommendationsInput
sourcepub fn database_id(&self) -> Option<&str>
pub fn database_id(&self) -> Option<&str>
The identifier of the source database to analyze and provide recommendations for.
sourcepub fn settings(&self) -> Option<&RecommendationSettings>
pub fn settings(&self) -> Option<&RecommendationSettings>
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
source§impl StartRecommendationsInput
impl StartRecommendationsInput
sourcepub fn builder() -> StartRecommendationsInputBuilder
pub fn builder() -> StartRecommendationsInputBuilder
Creates a new builder-style object to manufacture StartRecommendationsInput
.
Trait Implementations§
source§impl Clone for StartRecommendationsInput
impl Clone for StartRecommendationsInput
source§fn clone(&self) -> StartRecommendationsInput
fn clone(&self) -> StartRecommendationsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StartRecommendationsInput
impl Debug for StartRecommendationsInput
source§impl PartialEq for StartRecommendationsInput
impl PartialEq for StartRecommendationsInput
source§fn eq(&self, other: &StartRecommendationsInput) -> bool
fn eq(&self, other: &StartRecommendationsInput) -> bool
self
and other
values to be equal, and is used
by ==
.