#[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() -> CreateFunctionOutputBuilder
pub fn builder() -> CreateFunctionOutputBuilder
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 ==
.source§impl RequestId for CreateFunctionOutput
impl RequestId for CreateFunctionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.