#[non_exhaustive]pub struct DescribeProfilingGroupInput { /* private fields */ }
Expand description
The structure representing the describeProfilingGroupRequest.
Implementations§
source§impl DescribeProfilingGroupInput
impl DescribeProfilingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProfilingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProfilingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeProfilingGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProfilingGroupInput
.
source§impl DescribeProfilingGroupInput
impl DescribeProfilingGroupInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group to get information about.
Trait Implementations§
source§impl Clone for DescribeProfilingGroupInput
impl Clone for DescribeProfilingGroupInput
source§fn clone(&self) -> DescribeProfilingGroupInput
fn clone(&self) -> DescribeProfilingGroupInput
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 DescribeProfilingGroupInput
impl Debug for DescribeProfilingGroupInput
source§impl PartialEq<DescribeProfilingGroupInput> for DescribeProfilingGroupInput
impl PartialEq<DescribeProfilingGroupInput> for DescribeProfilingGroupInput
source§fn eq(&self, other: &DescribeProfilingGroupInput) -> bool
fn eq(&self, other: &DescribeProfilingGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.