#[non_exhaustive]pub struct DescribeProfilingGroupInput { /* private fields */ }
Expand description
The structure representing the describeProfilingGroupRequest.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeProfilingGroupInput
impl Clone for DescribeProfilingGroupInput
sourcefn clone(&self) -> DescribeProfilingGroupInput
fn clone(&self) -> DescribeProfilingGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeProfilingGroupInput
impl Debug for DescribeProfilingGroupInput
sourceimpl PartialEq<DescribeProfilingGroupInput> for DescribeProfilingGroupInput
impl PartialEq<DescribeProfilingGroupInput> for DescribeProfilingGroupInput
sourcefn eq(&self, other: &DescribeProfilingGroupInput) -> bool
fn eq(&self, other: &DescribeProfilingGroupInput) -> bool
impl StructuralPartialEq for DescribeProfilingGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeProfilingGroupInput
impl Send for DescribeProfilingGroupInput
impl Sync for DescribeProfilingGroupInput
impl Unpin for DescribeProfilingGroupInput
impl UnwindSafe for DescribeProfilingGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more