Struct lambda_http::request::Elb [−][src]
pub struct Elb {
pub target_group_arn: String,
}Expand description
Elastic load balancer context information
Fields
target_group_arn: StringAWS ARN identifier for the ELB Target Group this lambda was triggered by
Trait Implementations
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 RefUnwindSafe for Elb
impl UnwindSafe for Elb
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more