Struct aws_lambda_events::s3::S3EventRecord
source · [−]pub struct S3EventRecord {
pub event_version: Option<String>,
pub event_source: Option<String>,
pub aws_region: Option<String>,
pub event_time: DateTime<Utc>,
pub event_name: Option<String>,
pub principal_id: S3UserIdentity,
pub request_parameters: S3RequestParameters,
pub response_elements: HashMap<String, String>,
pub s3: S3Entity,
}Expand description
S3EventRecord which wrap record data
Fields
event_version: Option<String>event_source: Option<String>aws_region: Option<String>event_time: DateTime<Utc>event_name: Option<String>principal_id: S3UserIdentityrequest_parameters: S3RequestParametersresponse_elements: HashMap<String, String>s3: S3EntityTrait Implementations
sourceimpl Clone for S3EventRecord
impl Clone for S3EventRecord
sourcefn clone(&self) -> S3EventRecord
fn clone(&self) -> S3EventRecord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for S3EventRecord
impl Debug for S3EventRecord
sourceimpl<'de> Deserialize<'de> for S3EventRecord
impl<'de> Deserialize<'de> for S3EventRecord
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<S3EventRecord> for S3EventRecord
impl PartialEq<S3EventRecord> for S3EventRecord
sourcefn eq(&self, other: &S3EventRecord) -> bool
fn eq(&self, other: &S3EventRecord) -> bool
sourceimpl Serialize for S3EventRecord
impl Serialize for S3EventRecord
impl StructuralPartialEq for S3EventRecord
Auto Trait Implementations
impl RefUnwindSafe for S3EventRecord
impl Send for S3EventRecord
impl Sync for S3EventRecord
impl Unpin for S3EventRecord
impl UnwindSafe for S3EventRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more