Class: Aws::FMS::Types::NetworkAclPortRange

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

TCP or UDP protocols: The range of ports the rule applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromInteger

The beginning port number of the range.

Returns:

  • (Integer)


2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-fms/types.rb', line 2764

class NetworkAclPortRange < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end

#toInteger

The ending port number of the range.

Returns:

  • (Integer)


2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-fms/types.rb', line 2764

class NetworkAclPortRange < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end