#[non_exhaustive]pub struct GetBehaviorModelTrainingSummariesOutput { /* private fields */ }
Implementations§
source§impl GetBehaviorModelTrainingSummariesOutput
impl GetBehaviorModelTrainingSummariesOutput
sourcepub fn summaries(&self) -> Option<&[BehaviorModelTrainingSummary]>
pub fn summaries(&self) -> Option<&[BehaviorModelTrainingSummary]>
A list of all ML Detect behaviors and their model status for a given Security Profile.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
source§impl GetBehaviorModelTrainingSummariesOutput
impl GetBehaviorModelTrainingSummariesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBehaviorModelTrainingSummariesOutput
.
Trait Implementations§
source§impl Clone for GetBehaviorModelTrainingSummariesOutput
impl Clone for GetBehaviorModelTrainingSummariesOutput
source§fn clone(&self) -> GetBehaviorModelTrainingSummariesOutput
fn clone(&self) -> GetBehaviorModelTrainingSummariesOutput
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<GetBehaviorModelTrainingSummariesOutput> for GetBehaviorModelTrainingSummariesOutput
impl PartialEq<GetBehaviorModelTrainingSummariesOutput> for GetBehaviorModelTrainingSummariesOutput
source§fn eq(&self, other: &GetBehaviorModelTrainingSummariesOutput) -> bool
fn eq(&self, other: &GetBehaviorModelTrainingSummariesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.