#[non_exhaustive]pub struct ListEntitiesDetectionJobsOutput { /* private fields */ }Implementations§
source§impl ListEntitiesDetectionJobsOutput
impl ListEntitiesDetectionJobsOutput
sourcepub fn entities_detection_job_properties_list(
&self
) -> Option<&[EntitiesDetectionJobProperties]>
pub fn entities_detection_job_properties_list(
&self
) -> Option<&[EntitiesDetectionJobProperties]>
A list containing the properties of each job that is returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListEntitiesDetectionJobsOutput
impl ListEntitiesDetectionJobsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEntitiesDetectionJobsOutput.
Trait Implementations§
source§impl Clone for ListEntitiesDetectionJobsOutput
impl Clone for ListEntitiesDetectionJobsOutput
source§fn clone(&self) -> ListEntitiesDetectionJobsOutput
fn clone(&self) -> ListEntitiesDetectionJobsOutput
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<ListEntitiesDetectionJobsOutput> for ListEntitiesDetectionJobsOutput
impl PartialEq<ListEntitiesDetectionJobsOutput> for ListEntitiesDetectionJobsOutput
source§fn eq(&self, other: &ListEntitiesDetectionJobsOutput) -> bool
fn eq(&self, other: &ListEntitiesDetectionJobsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.