Class: Aws::EC2::Types::TrafficMirrorPortRangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorPortRangeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the Traffic Mirror filter rule port range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_port ⇒ Integer
The first port in the Traffic Mirror port range.
-
#to_port ⇒ Integer
The last port in the Traffic Mirror port range.
Instance Attribute Details
#from_port ⇒ Integer
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
68796 68797 68798 68799 68800 68801 |
# File 'lib/aws-sdk-ec2/types.rb', line 68796 class TrafficMirrorPortRangeRequest < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
68796 68797 68798 68799 68800 68801 |
# File 'lib/aws-sdk-ec2/types.rb', line 68796 class TrafficMirrorPortRangeRequest < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |