Struct rusoto_lambda::GetEventSourceMappingRequest [] [src]

pub struct GetEventSourceMappingRequest {
    pub uuid: String,
}

Fields

The AWS Lambda assigned ID of the event source mapping.

Trait Implementations

impl Default for GetEventSourceMappingRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for GetEventSourceMappingRequest
[src]

Formats the value using the given formatter.

impl Clone for GetEventSourceMappingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more