Struct aws_sdk_cloudfront::output::CreateFunctionOutput
source · #[non_exhaustive]pub struct CreateFunctionOutput { /* private fields */ }
Implementations§
source§impl CreateFunctionOutput
impl CreateFunctionOutput
sourcepub fn function_summary(&self) -> Option<&FunctionSummary>
pub fn function_summary(&self) -> Option<&FunctionSummary>
Contains configuration information and metadata about a CloudFront function.
source§impl CreateFunctionOutput
impl CreateFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFunctionOutput
.
Trait Implementations§
source§impl Clone for CreateFunctionOutput
impl Clone for CreateFunctionOutput
source§fn clone(&self) -> CreateFunctionOutput
fn clone(&self) -> CreateFunctionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateFunctionOutput
impl Debug for CreateFunctionOutput
source§impl PartialEq<CreateFunctionOutput> for CreateFunctionOutput
impl PartialEq<CreateFunctionOutput> for CreateFunctionOutput
source§fn eq(&self, other: &CreateFunctionOutput) -> bool
fn eq(&self, other: &CreateFunctionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.