#[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 more