#[non_exhaustive]pub struct RuleGroupVariablesIpSetsDetails { /* private fields */ }Expand description
A list of IP addresses and address ranges, in CIDR notation.
Implementations§
source§impl RuleGroupVariablesIpSetsDetails
impl RuleGroupVariablesIpSetsDetails
sourcepub fn definition(&self) -> Option<&[String]>
pub fn definition(&self) -> Option<&[String]>
The list of IP addresses and ranges.
source§impl RuleGroupVariablesIpSetsDetails
impl RuleGroupVariablesIpSetsDetails
sourcepub fn builder() -> RuleGroupVariablesIpSetsDetailsBuilder
pub fn builder() -> RuleGroupVariablesIpSetsDetailsBuilder
Creates a new builder-style object to manufacture RuleGroupVariablesIpSetsDetails.
Trait Implementations§
source§impl Clone for RuleGroupVariablesIpSetsDetails
impl Clone for RuleGroupVariablesIpSetsDetails
source§fn clone(&self) -> RuleGroupVariablesIpSetsDetails
fn clone(&self) -> RuleGroupVariablesIpSetsDetails
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 PartialEq<RuleGroupVariablesIpSetsDetails> for RuleGroupVariablesIpSetsDetails
impl PartialEq<RuleGroupVariablesIpSetsDetails> for RuleGroupVariablesIpSetsDetails
source§fn eq(&self, other: &RuleGroupVariablesIpSetsDetails) -> bool
fn eq(&self, other: &RuleGroupVariablesIpSetsDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.