Struct rusoto_lambda::ListEventSourceMappingsResponse
[−]
[src]
pub struct ListEventSourceMappingsResponse {
pub event_source_mappings: Option<EventSourceMappingsList>,
pub next_marker: Option<String>,
}Contains a list of event sources (see EventSourceMappingConfiguration)
Fields
event_source_mappings: Option<EventSourceMappingsList>
An array of EventSourceMappingConfiguration objects.
next_marker: Option<String>
A string, present if there are more event source mappings.
Trait Implementations
impl Default for ListEventSourceMappingsResponse[src]
fn default() -> ListEventSourceMappingsResponse
Returns the "default value" for a type. Read more
impl Debug for ListEventSourceMappingsResponse[src]
impl Clone for ListEventSourceMappingsResponse[src]
fn clone(&self) -> ListEventSourceMappingsResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more