Struct aws_sdk_rust::aws::s3::object::LambdaFunctionConfiguration
[−]
[src]
pub struct LambdaFunctionConfiguration { pub lambda_function_arn: LambdaFunctionArn, pub id: Option<NotificationId>, pub events: EventList, }
Container for specifying the AWS Lambda notification configuration.
Fields
lambda_function_arn: LambdaFunctionArn
Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.
id: Option<NotificationId>
events: EventList
Trait Implementations
impl Debug for LambdaFunctionConfiguration
[src]
impl Default for LambdaFunctionConfiguration
[src]
fn default() -> LambdaFunctionConfiguration
Returns the "default value" for a type. Read more
impl Decodable for LambdaFunctionConfiguration
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<LambdaFunctionConfiguration, __D::Error>
__arg_0: &mut __D
) -> Result<LambdaFunctionConfiguration, __D::Error>
Deserialize a value using a Decoder
.