Struct aws_sdk_ec2::model::TrafficMirrorFilter
source · #[non_exhaustive]pub struct TrafficMirrorFilter { /* private fields */ }
Expand description
Describes the Traffic Mirror filter.
Implementations§
source§impl 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.
source§impl TrafficMirrorFilter
impl TrafficMirrorFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrafficMirrorFilter
.
Trait Implementations§
source§impl Clone for TrafficMirrorFilter
impl Clone for TrafficMirrorFilter
source§fn clone(&self) -> TrafficMirrorFilter
fn clone(&self) -> TrafficMirrorFilter
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 TrafficMirrorFilter
impl Debug for TrafficMirrorFilter
source§impl PartialEq<TrafficMirrorFilter> for TrafficMirrorFilter
impl PartialEq<TrafficMirrorFilter> for TrafficMirrorFilter
source§fn eq(&self, other: &TrafficMirrorFilter) -> bool
fn eq(&self, other: &TrafficMirrorFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.