Class: Aws::EC2::Types::TrafficMirrorPortRangeRequest

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

Instance Attribute Details

#from_portInteger

The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

Returns:

  • (Integer)


64221
64222
64223
64224
64225
64226
# File 'lib/aws-sdk-ec2/types.rb', line 64221

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

#to_portInteger

The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

Returns:

  • (Integer)


64221
64222
64223
64224
64225
64226
# File 'lib/aws-sdk-ec2/types.rb', line 64221

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