#[non_exhaustive]pub struct PublishFunctionOutput { /* private fields */ }
Implementations§
source§impl PublishFunctionOutput
impl PublishFunctionOutput
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 PublishFunctionOutput
impl PublishFunctionOutput
sourcepub fn builder() -> PublishFunctionOutputBuilder
pub fn builder() -> PublishFunctionOutputBuilder
Creates a new builder-style object to manufacture PublishFunctionOutput
.
Trait Implementations§
source§impl Clone for PublishFunctionOutput
impl Clone for PublishFunctionOutput
source§fn clone(&self) -> PublishFunctionOutput
fn clone(&self) -> PublishFunctionOutput
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 PublishFunctionOutput
impl Debug for PublishFunctionOutput
source§impl PartialEq<PublishFunctionOutput> for PublishFunctionOutput
impl PartialEq<PublishFunctionOutput> for PublishFunctionOutput
source§fn eq(&self, other: &PublishFunctionOutput) -> bool
fn eq(&self, other: &PublishFunctionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PublishFunctionOutput
impl RequestId for PublishFunctionOutput
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.