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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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:



64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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:



64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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


64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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:



64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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)


64110
64111
64112
64113
64114
64115
64116
64117
64118
64119
# File 'lib/aws-sdk-ec2/types.rb', line 64110

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