Struct aws_sdk_s3control::model::ObjectLambdaTransformationConfiguration [−][src]
#[non_exhaustive]pub struct ObjectLambdaTransformationConfiguration {
pub actions: Option<Vec<ObjectLambdaTransformationConfigurationAction>>,
pub content_transformation: Option<ObjectLambdaContentTransformation>,
}
Expand description
A configuration used when creating an Object Lambda Access Point transformation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.actions: Option<Vec<ObjectLambdaTransformationConfigurationAction>>
A container for the action of an Object Lambda Access Point configuration. Valid input is GetObject
.
content_transformation: Option<ObjectLambdaContentTransformation>
A container for the content transformation of an Object Lambda Access Point configuration.
Implementations
A container for the action of an Object Lambda Access Point configuration. Valid input is GetObject
.
A container for the content transformation of an Object Lambda Access Point configuration.
Creates a new builder-style object to manufacture ObjectLambdaTransformationConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more