Class: Aws::EC2::Types::VerifiedAccessEndpointPortRange

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

Overview

Describes a port range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_portInteger

The start of the port range.

Returns:

  • (Integer)


71781
71782
71783
71784
71785
71786
# File 'lib/aws-sdk-ec2/types.rb', line 71781

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

#to_portInteger

The end of the port range.

Returns:

  • (Integer)


71781
71782
71783
71784
71785
71786
# File 'lib/aws-sdk-ec2/types.rb', line 71781

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