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