Struct aws_sdk_ec2::model::TrafficMirrorFilter
source · [−]#[non_exhaustive]pub struct TrafficMirrorFilter { /* private fields */ }
Expand description
Describes the Traffic Mirror filter.
Implementations
sourceimpl TrafficMirrorFilter
impl TrafficMirrorFilter
sourcepub fn traffic_mirror_filter_id(&self) -> Option<&str>
pub fn traffic_mirror_filter_id(&self) -> Option<&str>
The ID of the Traffic Mirror filter.
sourcepub fn ingress_filter_rules(&self) -> Option<&[TrafficMirrorFilterRule]>
pub fn ingress_filter_rules(&self) -> Option<&[TrafficMirrorFilterRule]>
Information about the ingress rules that are associated with the Traffic Mirror filter.
sourcepub fn egress_filter_rules(&self) -> Option<&[TrafficMirrorFilterRule]>
pub fn egress_filter_rules(&self) -> Option<&[TrafficMirrorFilterRule]>
Information about the egress rules that are associated with the Traffic Mirror filter.
sourcepub fn network_services(&self) -> Option<&[TrafficMirrorNetworkService]>
pub fn network_services(&self) -> Option<&[TrafficMirrorNetworkService]>
The network service traffic that is associated with the Traffic Mirror filter.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Traffic Mirror filter.
The tags assigned to the Traffic Mirror filter.
sourceimpl TrafficMirrorFilter
impl TrafficMirrorFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrafficMirrorFilter
.
Trait Implementations
sourceimpl Clone for TrafficMirrorFilter
impl Clone for TrafficMirrorFilter
sourcefn clone(&self) -> TrafficMirrorFilter
fn clone(&self) -> TrafficMirrorFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TrafficMirrorFilter
impl Debug for TrafficMirrorFilter
sourceimpl PartialEq<TrafficMirrorFilter> for TrafficMirrorFilter
impl PartialEq<TrafficMirrorFilter> for TrafficMirrorFilter
sourcefn eq(&self, other: &TrafficMirrorFilter) -> bool
fn eq(&self, other: &TrafficMirrorFilter) -> bool
impl StructuralPartialEq for TrafficMirrorFilter
Auto Trait Implementations
impl RefUnwindSafe for TrafficMirrorFilter
impl Send for TrafficMirrorFilter
impl Sync for TrafficMirrorFilter
impl Unpin for TrafficMirrorFilter
impl UnwindSafe for TrafficMirrorFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more