pub type ListInputBindingsResponse = ListInputBindingsResponse;Expand description
ListInputBindingsResponse is the message including the list of input bindings.
Aliased Type§
pub struct ListInputBindingsResponse {
pub bindings: Vec<String>,
}Fields§
§bindings: Vec<String>The list of input bindings.