pub struct FunctionEventInvokeConfig {
pub last_modified: Option<Date>,
pub function_arn: Option<FunctionArn>,
pub maximum_retry_attempts: Option<MaximumRetryAttempts>,
pub maximum_event_age_in_seconds: Option<MaximumEventAgeInSeconds>,
pub destination_config: Option<DestinationConfig>,
}
Fields§
§last_modified: Option<Date>
§function_arn: Option<FunctionArn>
§maximum_retry_attempts: Option<MaximumRetryAttempts>
§maximum_event_age_in_seconds: Option<MaximumEventAgeInSeconds>
§destination_config: Option<DestinationConfig>
Trait Implementations§
Source§impl Debug for FunctionEventInvokeConfig
impl Debug for FunctionEventInvokeConfig
Source§impl Default for FunctionEventInvokeConfig
impl Default for FunctionEventInvokeConfig
Source§fn default() -> FunctionEventInvokeConfig
fn default() -> FunctionEventInvokeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FunctionEventInvokeConfig
impl<'de> Deserialize<'de> for FunctionEventInvokeConfig
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 FunctionEventInvokeConfig
impl RefUnwindSafe for FunctionEventInvokeConfig
impl Send for FunctionEventInvokeConfig
impl Sync for FunctionEventInvokeConfig
impl Unpin for FunctionEventInvokeConfig
impl UnwindSafe for FunctionEventInvokeConfig
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