#[non_exhaustive]pub struct GetEcsServiceRecommendationsOutput { /* private fields */ }
Implementations§
source§impl GetEcsServiceRecommendationsOutput
impl GetEcsServiceRecommendationsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to advance to the next page of ECS service recommendations.
sourcepub fn ecs_service_recommendations(&self) -> Option<&[EcsServiceRecommendation]>
pub fn ecs_service_recommendations(&self) -> Option<&[EcsServiceRecommendation]>
An array of objects that describe the ECS service recommendations.
sourcepub fn errors(&self) -> Option<&[GetRecommendationError]>
pub fn errors(&self) -> Option<&[GetRecommendationError]>
An array of objects that describe errors of the request.
source§impl GetEcsServiceRecommendationsOutput
impl GetEcsServiceRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEcsServiceRecommendationsOutput
.
Trait Implementations§
source§impl Clone for GetEcsServiceRecommendationsOutput
impl Clone for GetEcsServiceRecommendationsOutput
source§fn clone(&self) -> GetEcsServiceRecommendationsOutput
fn clone(&self) -> GetEcsServiceRecommendationsOutput
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<GetEcsServiceRecommendationsOutput> for GetEcsServiceRecommendationsOutput
impl PartialEq<GetEcsServiceRecommendationsOutput> for GetEcsServiceRecommendationsOutput
source§fn eq(&self, other: &GetEcsServiceRecommendationsOutput) -> bool
fn eq(&self, other: &GetEcsServiceRecommendationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.