#[non_exhaustive]pub struct CreateCallAnalyticsCategoryOutput { /* private fields */ }Implementations§
source§impl CreateCallAnalyticsCategoryOutput
impl CreateCallAnalyticsCategoryOutput
sourcepub fn category_properties(&self) -> Option<&CategoryProperties>
pub fn category_properties(&self) -> Option<&CategoryProperties>
Provides you with the properties of your new category, including its associated rules.
source§impl CreateCallAnalyticsCategoryOutput
impl CreateCallAnalyticsCategoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCallAnalyticsCategoryOutput.
Trait Implementations§
source§impl Clone for CreateCallAnalyticsCategoryOutput
impl Clone for CreateCallAnalyticsCategoryOutput
source§fn clone(&self) -> CreateCallAnalyticsCategoryOutput
fn clone(&self) -> CreateCallAnalyticsCategoryOutput
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