Struct assemblylift_awslambda_guest::ApiGatewayEvent [−][src]
pub struct ApiGatewayEvent {
pub resource: String,
pub path: String,
pub http_method: String,
pub headers: HashMap<String, String>,
pub query_string_parameters: Option<HashMap<String, String>>,
pub path_parameters: Option<HashMap<String, String>>,
pub stage_variables: Option<HashMap<String, String>>,
pub request_context: Option<ApiGatewayRequestContext>,
pub body: Option<String>,
}Fields
resource: Stringpath: Stringhttp_method: Stringheaders: HashMap<String, String>query_string_parameters: Option<HashMap<String, String>>path_parameters: Option<HashMap<String, String>>stage_variables: Option<HashMap<String, String>>request_context: Option<ApiGatewayRequestContext>body: Option<String>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 ApiGatewayEventimpl Send for ApiGatewayEventimpl Sync for ApiGatewayEventimpl Unpin for ApiGatewayEventimpl UnwindSafe for ApiGatewayEventBlanket Implementations
Mutably borrows from an owned value. Read more