Struct aws_sdk_eventbridge::input::RemoveTargetsInput
source · #[non_exhaustive]pub struct RemoveTargetsInput { /* private fields */ }Implementations§
source§impl RemoveTargetsInput
impl RemoveTargetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveTargets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveTargets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveTargets>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveTargetsInput.
source§impl RemoveTargetsInput
impl RemoveTargetsInput
sourcepub fn event_bus_name(&self) -> Option<&str>
pub fn event_bus_name(&self) -> Option<&str>
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
sourcepub fn force(&self) -> bool
pub fn force(&self) -> bool
If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force as True to remove targets. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule or ListRules and checking the ManagedBy field of the response.
Trait Implementations§
source§impl Clone for RemoveTargetsInput
impl Clone for RemoveTargetsInput
source§fn clone(&self) -> RemoveTargetsInput
fn clone(&self) -> RemoveTargetsInput
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 RemoveTargetsInput
impl Debug for RemoveTargetsInput
source§impl PartialEq<RemoveTargetsInput> for RemoveTargetsInput
impl PartialEq<RemoveTargetsInput> for RemoveTargetsInput
source§fn eq(&self, other: &RemoveTargetsInput) -> bool
fn eq(&self, other: &RemoveTargetsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.