Struct aws_sdk_cloudfront::model::FunctionSummary
source · #[non_exhaustive]pub struct FunctionSummary { /* private fields */ }
Expand description
Contains configuration information and metadata about a CloudFront function.
Implementations§
source§impl FunctionSummary
impl FunctionSummary
sourcepub fn function_config(&self) -> Option<&FunctionConfig>
pub fn function_config(&self) -> Option<&FunctionConfig>
Contains configuration information about a CloudFront function.
sourcepub fn function_metadata(&self) -> Option<&FunctionMetadata>
pub fn function_metadata(&self) -> Option<&FunctionMetadata>
Contains metadata about a CloudFront function.
source§impl FunctionSummary
impl FunctionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FunctionSummary
.
Trait Implementations§
source§impl Clone for FunctionSummary
impl Clone for FunctionSummary
source§fn clone(&self) -> FunctionSummary
fn clone(&self) -> FunctionSummary
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 FunctionSummary
impl Debug for FunctionSummary
source§impl PartialEq<FunctionSummary> for FunctionSummary
impl PartialEq<FunctionSummary> for FunctionSummary
source§fn eq(&self, other: &FunctionSummary) -> bool
fn eq(&self, other: &FunctionSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.