Struct rusoto_lambda::DeadLetterConfig [−][src]
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). For more information, see dlq.
Fields
target_arn: Option<String>
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). dlq. For more information, see dlq.
Trait Implementations
impl Default for DeadLetterConfig[src]
impl Default for DeadLetterConfigfn default() -> DeadLetterConfig[src]
fn default() -> DeadLetterConfigReturns the "default value" for a type. Read more
impl Debug for DeadLetterConfig[src]
impl Debug for DeadLetterConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DeadLetterConfig[src]
impl Clone for DeadLetterConfigfn clone(&self) -> DeadLetterConfig[src]
fn clone(&self) -> DeadLetterConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for DeadLetterConfig[src]
impl PartialEq for DeadLetterConfigfn eq(&self, other: &DeadLetterConfig) -> bool[src]
fn eq(&self, other: &DeadLetterConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeadLetterConfig) -> bool[src]
fn ne(&self, other: &DeadLetterConfig) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DeadLetterConfig
impl Send for DeadLetterConfigimpl Sync for DeadLetterConfig
impl Sync for DeadLetterConfig