Struct aws_sdk_ec2::model::TrafficMirrorFilter [−][src]
#[non_exhaustive]pub struct TrafficMirrorFilter {
pub traffic_mirror_filter_id: Option<String>,
pub ingress_filter_rules: Option<Vec<TrafficMirrorFilterRule>>,
pub egress_filter_rules: Option<Vec<TrafficMirrorFilterRule>>,
pub network_services: Option<Vec<TrafficMirrorNetworkService>>,
pub description: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes the Traffic Mirror filter.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.traffic_mirror_filter_id: Option<String>
The ID of the Traffic Mirror filter.
ingress_filter_rules: Option<Vec<TrafficMirrorFilterRule>>
Information about the ingress rules that are associated with the Traffic Mirror filter.
egress_filter_rules: Option<Vec<TrafficMirrorFilterRule>>
Information about the egress rules that are associated with the Traffic Mirror filter.
network_services: Option<Vec<TrafficMirrorNetworkService>>
The network service traffic that is associated with the Traffic Mirror filter.
description: Option<String>
The description of the Traffic Mirror filter.
The tags assigned to the Traffic Mirror filter.
Implementations
The ID of the Traffic Mirror filter.
Information about the ingress rules that are associated with the Traffic Mirror filter.
Information about the egress rules that are associated with the Traffic Mirror filter.
The network service traffic that is associated with the Traffic Mirror filter.
The description of the Traffic Mirror filter.
The tags assigned to the Traffic Mirror filter.
Creates a new builder-style object to manufacture TrafficMirrorFilter
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more