Struct aws_sdk_devopsguru::input::ListRecommendationsInput
source · [−]#[non_exhaustive]pub struct ListRecommendationsInput {
pub insight_id: Option<String>,
pub next_token: Option<String>,
pub locale: Option<Locale>,
pub account_id: Option<String>,
}
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.insight_id: Option<String>
The ID of the requested insight.
next_token: Option<String>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
locale: Option<Locale>
A locale that specifies the language to use for recommendations.
account_id: Option<String>
The ID of the Amazon Web Services account.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommendations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListRecommendations
>
Creates a new builder-style object to manufacture ListRecommendationsInput
The ID of the requested insight.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
A locale that specifies the language to use for recommendations.
The ID of the Amazon Web Services account.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListRecommendationsInput
impl Send for ListRecommendationsInput
impl Sync for ListRecommendationsInput
impl Unpin for ListRecommendationsInput
impl UnwindSafe for ListRecommendationsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more