Class: Aws::EC2::Types::TrafficMirrorFilterRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorFilterRule
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the Traffic Mirror rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Traffic Mirror rule.
-
#destination_cidr_block ⇒ String
The destination CIDR block assigned to the Traffic Mirror rule.
-
#destination_port_range ⇒ Types::TrafficMirrorPortRange
The destination port range assigned to the Traffic Mirror rule.
-
#protocol ⇒ Integer
The protocol assigned to the Traffic Mirror rule.
-
#rule_action ⇒ String
The action assigned to the Traffic Mirror rule.
-
#rule_number ⇒ Integer
The rule number of the Traffic Mirror rule.
-
#source_cidr_block ⇒ String
The source CIDR block assigned to the Traffic Mirror rule.
-
#source_port_range ⇒ Types::TrafficMirrorPortRange
The source port range assigned to the Traffic Mirror rule.
-
#tags ⇒ Array<Types::Tag>
Tags on Traffic Mirroring filter rules.
-
#traffic_direction ⇒ String
The traffic direction assigned to the Traffic Mirror rule.
-
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter that the rule is associated with.
-
#traffic_mirror_filter_rule_id ⇒ String
The ID of the Traffic Mirror rule.
Instance Attribute Details
#description ⇒ String
The description of the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_cidr_block ⇒ String
The destination CIDR block assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_port_range ⇒ Types::TrafficMirrorPortRange
The destination port range assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ Integer
The protocol assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_action ⇒ String
The action assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_number ⇒ Integer
The rule number of the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_cidr_block ⇒ String
The source CIDR block assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_port_range ⇒ Types::TrafficMirrorPortRange
The source port range assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags on Traffic Mirroring filter rules.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_direction ⇒ String
The traffic direction assigned to the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter that the rule is associated with.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_filter_rule_id ⇒ String
The ID of the Traffic Mirror rule.
74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74405 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |