Struct aws_sdk_dlm::types::EventSource  
source · #[non_exhaustive]pub struct EventSource { /* private fields */ }Expand description
[Event-based policies only] Specifies an event that activates an event-based policy.
Implementations§
source§impl EventSource
 
impl EventSource
sourcepub fn type(&self) -> Option<&EventSourceValues>
 
pub fn type(&self) -> Option<&EventSourceValues>
The source of the event. Currently only managed CloudWatch Events rules are supported.
sourcepub fn parameters(&self) -> Option<&EventParameters>
 
pub fn parameters(&self) -> Option<&EventParameters>
Information about the event.
source§impl EventSource
 
impl EventSource
sourcepub fn builder() -> EventSourceBuilder
 
pub fn builder() -> EventSourceBuilder
Creates a new builder-style object to manufacture EventSource.
Trait Implementations§
source§impl Clone for EventSource
 
impl Clone for EventSource
source§fn clone(&self) -> EventSource
 
fn clone(&self) -> EventSource
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 Debug for EventSource
 
impl Debug for EventSource
source§impl PartialEq<EventSource> for EventSource
 
impl PartialEq<EventSource> for EventSource
source§fn eq(&self, other: &EventSource) -> bool
 
fn eq(&self, other: &EventSource) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.