#[non_exhaustive]pub struct DeleteFirewallRuleInput { /* private fields */ }Implementations§
source§impl DeleteFirewallRuleInput
impl DeleteFirewallRuleInput
sourcepub fn firewall_rule_group_id(&self) -> Option<&str>
pub fn firewall_rule_group_id(&self) -> Option<&str>
The unique identifier of the firewall rule group that you want to delete the rule from.
sourcepub fn firewall_domain_list_id(&self) -> Option<&str>
pub fn firewall_domain_list_id(&self) -> Option<&str>
The ID of the domain list that's used in the rule.
source§impl DeleteFirewallRuleInput
impl DeleteFirewallRuleInput
sourcepub fn builder() -> DeleteFirewallRuleInputBuilder
pub fn builder() -> DeleteFirewallRuleInputBuilder
Creates a new builder-style object to manufacture DeleteFirewallRuleInput.
source§impl DeleteFirewallRuleInput
impl DeleteFirewallRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFirewallRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteFirewallRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFirewallRule>
Trait Implementations§
source§impl Clone for DeleteFirewallRuleInput
impl Clone for DeleteFirewallRuleInput
source§fn clone(&self) -> DeleteFirewallRuleInput
fn clone(&self) -> DeleteFirewallRuleInput
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 DeleteFirewallRuleInput
impl Debug for DeleteFirewallRuleInput
source§impl PartialEq<DeleteFirewallRuleInput> for DeleteFirewallRuleInput
impl PartialEq<DeleteFirewallRuleInput> for DeleteFirewallRuleInput
source§fn eq(&self, other: &DeleteFirewallRuleInput) -> bool
fn eq(&self, other: &DeleteFirewallRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.