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)


63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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:



63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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:



63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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>)


63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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:



63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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)


63993
63994
63995
63996
63997
63998
63999
64000
64001
64002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63993

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