Struct aws_sdk_eventbridge::operation::delete_rule::DeleteRuleInput
source · #[non_exhaustive]pub struct DeleteRuleInput { /* private fields */ }Implementations§
source§impl DeleteRuleInput
impl DeleteRuleInput
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) -> Option<bool>
pub fn force(&self) -> Option<bool>
If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force as True to delete the rule. 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.
source§impl DeleteRuleInput
impl DeleteRuleInput
sourcepub fn builder() -> DeleteRuleInputBuilder
pub fn builder() -> DeleteRuleInputBuilder
Creates a new builder-style object to manufacture DeleteRuleInput.
source§impl DeleteRuleInput
impl DeleteRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRule>
Trait Implementations§
source§impl Clone for DeleteRuleInput
impl Clone for DeleteRuleInput
source§fn clone(&self) -> DeleteRuleInput
fn clone(&self) -> DeleteRuleInput
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 DeleteRuleInput
impl Debug for DeleteRuleInput
source§impl PartialEq<DeleteRuleInput> for DeleteRuleInput
impl PartialEq<DeleteRuleInput> for DeleteRuleInput
source§fn eq(&self, other: &DeleteRuleInput) -> bool
fn eq(&self, other: &DeleteRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteRuleInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRuleInput
impl Send for DeleteRuleInput
impl Sync for DeleteRuleInput
impl Unpin for DeleteRuleInput
impl UnwindSafe for DeleteRuleInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more