Struct aws_sdk_codeguruprofiler::input::RemoveNotificationChannelInput [−][src]
#[non_exhaustive]pub struct RemoveNotificationChannelInput {
pub profiling_group_name: Option<String>,
pub channel_id: Option<String>,
}
Expand description
The structure representing the RemoveNotificationChannelRequest.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.profiling_group_name: Option<String>
The name of the profiling group we want to change notification configuration for.
channel_id: Option<String>
The id of the channel that we want to stop receiving notifications.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveNotificationChannel, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveNotificationChannel, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RemoveNotificationChannel
>
Creates a new builder-style object to manufacture RemoveNotificationChannelInput
The name of the profiling group we want to change notification configuration for.
The id of the channel that we want to stop receiving notifications.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RemoveNotificationChannelInput
impl Sync for RemoveNotificationChannelInput
impl Unpin for RemoveNotificationChannelInput
impl UnwindSafe for RemoveNotificationChannelInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more