#[non_exhaustive]pub struct StartEventsDetectionJobOutput { /* private fields */ }Implementations
sourceimpl StartEventsDetectionJobOutput
impl StartEventsDetectionJobOutput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn job_arn(&self) -> Option<&str>
pub fn job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:
arn:
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
sourcepub fn job_status(&self) -> Option<&JobStatus>
pub fn job_status(&self) -> Option<&JobStatus>
The status of the events detection job.
sourceimpl StartEventsDetectionJobOutput
impl StartEventsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartEventsDetectionJobOutput.
Trait Implementations
sourceimpl Clone for StartEventsDetectionJobOutput
impl Clone for StartEventsDetectionJobOutput
sourcefn clone(&self) -> StartEventsDetectionJobOutput
fn clone(&self) -> StartEventsDetectionJobOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartEventsDetectionJobOutput
impl Debug for StartEventsDetectionJobOutput
sourceimpl PartialEq<StartEventsDetectionJobOutput> for StartEventsDetectionJobOutput
impl PartialEq<StartEventsDetectionJobOutput> for StartEventsDetectionJobOutput
sourcefn eq(&self, other: &StartEventsDetectionJobOutput) -> bool
fn eq(&self, other: &StartEventsDetectionJobOutput) -> bool
impl StructuralPartialEq for StartEventsDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for StartEventsDetectionJobOutput
impl Send for StartEventsDetectionJobOutput
impl Sync for StartEventsDetectionJobOutput
impl Unpin for StartEventsDetectionJobOutput
impl UnwindSafe for StartEventsDetectionJobOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more