#[non_exhaustive]pub struct GetBehaviorModelTrainingSummariesInput { /* private fields */ }
Implementations§
source§impl GetBehaviorModelTrainingSummariesInput
impl GetBehaviorModelTrainingSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBehaviorModelTrainingSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBehaviorModelTrainingSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBehaviorModelTrainingSummaries
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBehaviorModelTrainingSummariesInput
.
source§impl GetBehaviorModelTrainingSummariesInput
impl GetBehaviorModelTrainingSummariesInput
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name of the security profile.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time. The default is 10.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
Trait Implementations§
source§impl Clone for GetBehaviorModelTrainingSummariesInput
impl Clone for GetBehaviorModelTrainingSummariesInput
source§fn clone(&self) -> GetBehaviorModelTrainingSummariesInput
fn clone(&self) -> GetBehaviorModelTrainingSummariesInput
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<GetBehaviorModelTrainingSummariesInput> for GetBehaviorModelTrainingSummariesInput
impl PartialEq<GetBehaviorModelTrainingSummariesInput> for GetBehaviorModelTrainingSummariesInput
source§fn eq(&self, other: &GetBehaviorModelTrainingSummariesInput) -> bool
fn eq(&self, other: &GetBehaviorModelTrainingSummariesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.