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