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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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)


2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2766

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

#toInteger

The ending port number of the range.

Returns:

  • (Integer)


2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2766

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