Struct aws_sdk_migrationhubstrategy::operation::get_portfolio_summary::GetPortfolioSummaryOutput
source · #[non_exhaustive]pub struct GetPortfolioSummaryOutput {
pub assessment_summary: Option<AssessmentSummary>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.assessment_summary: Option<AssessmentSummary>An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
Implementations§
source§impl GetPortfolioSummaryOutput
impl GetPortfolioSummaryOutput
sourcepub fn assessment_summary(&self) -> Option<&AssessmentSummary>
pub fn assessment_summary(&self) -> Option<&AssessmentSummary>
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
source§impl GetPortfolioSummaryOutput
impl GetPortfolioSummaryOutput
sourcepub fn builder() -> GetPortfolioSummaryOutputBuilder
pub fn builder() -> GetPortfolioSummaryOutputBuilder
Creates a new builder-style object to manufacture GetPortfolioSummaryOutput.
Trait Implementations§
source§impl Clone for GetPortfolioSummaryOutput
impl Clone for GetPortfolioSummaryOutput
source§fn clone(&self) -> GetPortfolioSummaryOutput
fn clone(&self) -> GetPortfolioSummaryOutput
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 GetPortfolioSummaryOutput
impl Debug for GetPortfolioSummaryOutput
source§impl PartialEq for GetPortfolioSummaryOutput
impl PartialEq for GetPortfolioSummaryOutput
source§fn eq(&self, other: &GetPortfolioSummaryOutput) -> bool
fn eq(&self, other: &GetPortfolioSummaryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetPortfolioSummaryOutput
impl RequestId for GetPortfolioSummaryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetPortfolioSummaryOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetPortfolioSummaryOutput
impl Send for GetPortfolioSummaryOutput
impl Sync for GetPortfolioSummaryOutput
impl Unpin for GetPortfolioSummaryOutput
impl UnwindSafe for GetPortfolioSummaryOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.