Struct aws_sdk_cloudfront::output::PublishFunctionOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 more