Class: Aws::EC2::Types::TrafficMirrorPortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorPortRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the Traffic Mirror port range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_port ⇒ Integer
The start of the Traffic Mirror port range.
-
#to_port ⇒ Integer
The end of the Traffic Mirror port range.
Instance Attribute Details
#from_port ⇒ Integer
The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
68775 68776 68777 68778 68779 68780 |
# File 'lib/aws-sdk-ec2/types.rb', line 68775 class TrafficMirrorPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
68775 68776 68777 68778 68779 68780 |
# File 'lib/aws-sdk-ec2/types.rb', line 68775 class TrafficMirrorPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |