Class: Aws::Finspace::Types::PortRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

The range of ports the rule applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromInteger

The first port in the range.

Returns:

  • (Integer)


4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4571

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

#toInteger

The last port in the range.

Returns:

  • (Integer)


4571
4572
4573
4574
4575
4576
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4571

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