Class: Aws::EC2::Types::TrafficMirrorFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorFilter
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the Traffic Mirror filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Traffic Mirror filter.
-
#egress_filter_rules ⇒ Array<Types::TrafficMirrorFilterRule>
Information about the egress rules that are associated with the Traffic Mirror filter.
-
#ingress_filter_rules ⇒ Array<Types::TrafficMirrorFilterRule>
Information about the ingress rules that are associated with the Traffic Mirror filter.
-
#network_services ⇒ Array<String>
The network service traffic that is associated with the Traffic Mirror filter.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Traffic Mirror filter.
-
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter.
Instance Attribute Details
#description ⇒ String
The description of the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#egress_filter_rules ⇒ Array<Types::TrafficMirrorFilterRule>
Information about the egress rules that are associated with the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#ingress_filter_rules ⇒ Array<Types::TrafficMirrorFilterRule>
Information about the ingress rules that are associated with the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#network_services ⇒ Array<String>
The network service traffic that is associated with the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter.
64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64977 class TrafficMirrorFilter < Struct.new( :traffic_mirror_filter_id, :ingress_filter_rules, :egress_filter_rules, :network_services, :description, :tags) SENSITIVE = [] include Aws::Structure end |