Struct aws_sdk_cloudfront::input::CreateFunctionInput
source · [−]#[non_exhaustive]pub struct CreateFunctionInput { /* private fields */ }
Implementations
sourceimpl CreateFunctionInput
impl CreateFunctionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFunction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFunction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFunction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFunctionInput
.
sourceimpl CreateFunctionInput
impl CreateFunctionInput
sourcepub fn function_config(&self) -> Option<&FunctionConfig>
pub fn function_config(&self) -> Option<&FunctionConfig>
Configuration information about the function, including an optional comment and the function’s runtime.
sourcepub fn function_code(&self) -> Option<&Blob>
pub fn function_code(&self) -> Option<&Blob>
The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.
Trait Implementations
sourceimpl Clone for CreateFunctionInput
impl Clone for CreateFunctionInput
sourcefn clone(&self) -> CreateFunctionInput
fn clone(&self) -> CreateFunctionInput
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 CreateFunctionInput
impl Debug for CreateFunctionInput
sourceimpl PartialEq<CreateFunctionInput> for CreateFunctionInput
impl PartialEq<CreateFunctionInput> for CreateFunctionInput
sourcefn eq(&self, other: &CreateFunctionInput) -> bool
fn eq(&self, other: &CreateFunctionInput) -> bool
impl StructuralPartialEq for CreateFunctionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateFunctionInput
impl Send for CreateFunctionInput
impl Sync for CreateFunctionInput
impl Unpin for CreateFunctionInput
impl UnwindSafe for CreateFunctionInput
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