#[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() -> Builder
pub fn builder() -> Builder
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 ==
.