Struct gateway::request::Context [] [src]

pub struct Context {
    pub path: String,
    pub account_id: String,
    pub resource_id: String,
    pub stage: String,
    pub request_id: String,
    pub api_id: String,
}

API Gateway request context

Fields

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter.