pub type SnsInfoRequest = SnsLookupRequest;Expand description
Request accepted by the SNS info report builder.
Aliased Type§
pub struct SnsInfoRequest {
pub network: String,
pub source_endpoint: String,
pub now_unix_secs: u64,
pub input: String,
}Fields§
§network: String§source_endpoint: String§now_unix_secs: u64§input: String