Struct aws_sdk_codeguruprofiler::operation::update_profiling_group::UpdateProfilingGroupOutput
source · #[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() -> UpdateProfilingGroupOutputBuilder
pub fn builder() -> UpdateProfilingGroupOutputBuilder
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 ==
.source§impl RequestId for UpdateProfilingGroupOutput
impl RequestId for UpdateProfilingGroupOutput
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.