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