pub struct EventInvokeConfig {
pub function_arn: String,
pub maximum_event_age: i64,
pub maximum_retry_attempts: i64,
pub destination_config: Value,
pub last_modified: DateTime<Utc>,
}Fields§
§function_arn: String§maximum_event_age: i64§maximum_retry_attempts: i64§destination_config: Value§last_modified: DateTime<Utc>Trait Implementations§
Source§impl Clone for EventInvokeConfig
impl Clone for EventInvokeConfig
Source§fn clone(&self) -> EventInvokeConfig
fn clone(&self) -> EventInvokeConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EventInvokeConfig
impl Debug for EventInvokeConfig
Source§impl<'de> Deserialize<'de> for EventInvokeConfig
impl<'de> Deserialize<'de> for EventInvokeConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EventInvokeConfig
impl RefUnwindSafe for EventInvokeConfig
impl Send for EventInvokeConfig
impl Sync for EventInvokeConfig
impl Unpin for EventInvokeConfig
impl UnsafeUnpin for EventInvokeConfig
impl UnwindSafe for EventInvokeConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more