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)


64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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:



64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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:



64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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


64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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:



64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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)


64100
64101
64102
64103
64104
64105
64106
64107
64108
64109
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64100

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