Struct aws_sdk_computeoptimizer::operation::get_recommendation_summaries::GetRecommendationSummariesOutput
source · #[non_exhaustive]pub struct GetRecommendationSummariesOutput { /* private fields */ }
Implementations§
source§impl GetRecommendationSummariesOutput
impl GetRecommendationSummariesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to advance to the next page of recommendation summaries.
This value is null when there are no more pages of recommendation summaries to return.
sourcepub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
pub fn recommendation_summaries(&self) -> Option<&[RecommendationSummary]>
An array of objects that summarize a recommendation.
source§impl GetRecommendationSummariesOutput
impl GetRecommendationSummariesOutput
sourcepub fn builder() -> GetRecommendationSummariesOutputBuilder
pub fn builder() -> GetRecommendationSummariesOutputBuilder
Creates a new builder-style object to manufacture GetRecommendationSummariesOutput
.
Trait Implementations§
source§impl Clone for GetRecommendationSummariesOutput
impl Clone for GetRecommendationSummariesOutput
source§fn clone(&self) -> GetRecommendationSummariesOutput
fn clone(&self) -> GetRecommendationSummariesOutput
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 PartialEq<GetRecommendationSummariesOutput> for GetRecommendationSummariesOutput
impl PartialEq<GetRecommendationSummariesOutput> for GetRecommendationSummariesOutput
source§fn eq(&self, other: &GetRecommendationSummariesOutput) -> bool
fn eq(&self, other: &GetRecommendationSummariesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetRecommendationSummariesOutput
impl RequestId for GetRecommendationSummariesOutput
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 GetRecommendationSummariesOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetRecommendationSummariesOutput
impl Send for GetRecommendationSummariesOutput
impl Sync for GetRecommendationSummariesOutput
impl Unpin for GetRecommendationSummariesOutput
impl UnwindSafe for GetRecommendationSummariesOutput
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