#[non_exhaustive]pub struct DescribeEventsDetectionJobOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeEventsDetectionJobOutput
impl DescribeEventsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventsDetectionJobOutput.
Trait Implementations
sourceimpl Clone for DescribeEventsDetectionJobOutput
impl Clone for DescribeEventsDetectionJobOutput
sourcefn clone(&self) -> DescribeEventsDetectionJobOutput
fn clone(&self) -> DescribeEventsDetectionJobOutput
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 PartialEq<DescribeEventsDetectionJobOutput> for DescribeEventsDetectionJobOutput
impl PartialEq<DescribeEventsDetectionJobOutput> for DescribeEventsDetectionJobOutput
sourcefn eq(&self, other: &DescribeEventsDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeEventsDetectionJobOutput) -> bool
impl StructuralPartialEq for DescribeEventsDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEventsDetectionJobOutput
impl Send for DescribeEventsDetectionJobOutput
impl Sync for DescribeEventsDetectionJobOutput
impl Unpin for DescribeEventsDetectionJobOutput
impl UnwindSafe for DescribeEventsDetectionJobOutput
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