#[non_exhaustive]pub struct UpdateProfilingGroupOutput { /* private fields */ }
Expand description
The structure representing the updateProfilingGroupResponse.
Implementations§
source§impl UpdateProfilingGroupOutput
impl UpdateProfilingGroupOutput
sourcepub fn profiling_group(&self) -> Option<&ProfilingGroupDescription>
pub fn profiling_group(&self) -> Option<&ProfilingGroupDescription>
A ProfilingGroupDescription
that contains information about the returned updated profiling group.
source§impl UpdateProfilingGroupOutput
impl UpdateProfilingGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProfilingGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateProfilingGroupOutput
impl Clone for UpdateProfilingGroupOutput
source§fn clone(&self) -> UpdateProfilingGroupOutput
fn clone(&self) -> UpdateProfilingGroupOutput
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 UpdateProfilingGroupOutput
impl Debug for UpdateProfilingGroupOutput
source§impl PartialEq<UpdateProfilingGroupOutput> for UpdateProfilingGroupOutput
impl PartialEq<UpdateProfilingGroupOutput> for UpdateProfilingGroupOutput
source§fn eq(&self, other: &UpdateProfilingGroupOutput) -> bool
fn eq(&self, other: &UpdateProfilingGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.