Class: Aws::EC2::Types::TrafficMirrorPortRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#from_portInteger

The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

Returns:

  • (Integer)


64176
64177
64178
64179
64180
64181
# File 'lib/aws-sdk-ec2/types.rb', line 64176

class TrafficMirrorPortRange < Struct.new(
  :from_port,
  :to_port)
  SENSITIVE = []
  include Aws::Structure
end

#to_portInteger

The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

Returns:

  • (Integer)


64176
64177
64178
64179
64180
64181
# File 'lib/aws-sdk-ec2/types.rb', line 64176

class TrafficMirrorPortRange < Struct.new(
  :from_port,
  :to_port)
  SENSITIVE = []
  include Aws::Structure
end