Struct rusoto_lambda::ListEventSourceMappingsResponse [−][src]
pub struct ListEventSourceMappingsResponse {
pub event_source_mappings: Option<Vec<EventSourceMappingConfiguration>>,
pub next_marker: Option<String>,
}Contains a list of event sources (see EventSourceMappingConfiguration)
Fields
event_source_mappings: Option<Vec<EventSourceMappingConfiguration>>
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]
impl Default for ListEventSourceMappingsResponsefn default() -> ListEventSourceMappingsResponse[src]
fn default() -> ListEventSourceMappingsResponseReturns the "default value" for a type. Read more
impl Debug for ListEventSourceMappingsResponse[src]
impl Debug for ListEventSourceMappingsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ListEventSourceMappingsResponse[src]
impl Clone for ListEventSourceMappingsResponsefn clone(&self) -> ListEventSourceMappingsResponse[src]
fn clone(&self) -> ListEventSourceMappingsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ListEventSourceMappingsResponse[src]
impl PartialEq for ListEventSourceMappingsResponsefn eq(&self, other: &ListEventSourceMappingsResponse) -> bool[src]
fn eq(&self, other: &ListEventSourceMappingsResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListEventSourceMappingsResponse) -> bool[src]
fn ne(&self, other: &ListEventSourceMappingsResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ListEventSourceMappingsResponse
impl Send for ListEventSourceMappingsResponseimpl Sync for ListEventSourceMappingsResponse
impl Sync for ListEventSourceMappingsResponse