Class: Aws::EC2::Types::TrafficMirrorFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the Traffic Mirror filter.

Returns:

  • (String)


70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

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_rulesArray<Types::TrafficMirrorFilterRule>

Information about the egress rules that are associated with the Traffic Mirror filter.

Returns:



70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

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_rulesArray<Types::TrafficMirrorFilterRule>

Information about the ingress rules that are associated with the Traffic Mirror filter.

Returns:



70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

class TrafficMirrorFilter < Struct.new(
  :traffic_mirror_filter_id,
  :ingress_filter_rules,
  :egress_filter_rules,
  :network_services,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#network_servicesArray<String>

The network service traffic that is associated with the Traffic Mirror filter.

Returns:

  • (Array<String>)


70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

class TrafficMirrorFilter < Struct.new(
  :traffic_mirror_filter_id,
  :ingress_filter_rules,
  :egress_filter_rules,
  :network_services,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the Traffic Mirror filter.

Returns:



70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

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_idString

The ID of the Traffic Mirror filter.

Returns:

  • (String)


70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70860

class TrafficMirrorFilter < Struct.new(
  :traffic_mirror_filter_id,
  :ingress_filter_rules,
  :egress_filter_rules,
  :network_services,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end