#[non_exhaustive]pub struct DescribeEventsDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribeEventsDetectionJobOutput
impl DescribeEventsDetectionJobOutput
sourcepub fn events_detection_job_properties(
&self
) -> Option<&EventsDetectionJobProperties>
pub fn events_detection_job_properties(
&self
) -> Option<&EventsDetectionJobProperties>
An object that contains the properties associated with an event detection job.
source§impl DescribeEventsDetectionJobOutput
impl DescribeEventsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventsDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeEventsDetectionJobOutput
impl Clone for DescribeEventsDetectionJobOutput
source§fn clone(&self) -> DescribeEventsDetectionJobOutput
fn clone(&self) -> DescribeEventsDetectionJobOutput
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<DescribeEventsDetectionJobOutput> for DescribeEventsDetectionJobOutput
impl PartialEq<DescribeEventsDetectionJobOutput> for DescribeEventsDetectionJobOutput
source§fn eq(&self, other: &DescribeEventsDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeEventsDetectionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.