Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointPortRange

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

Overview

Describes the port range for a Verified Access endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_portInteger

The start of the port range.

Returns:

  • (Integer)


53415
53416
53417
53418
53419
53420
# File 'lib/aws-sdk-ec2/types.rb', line 53415

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

#to_portInteger

The end of the port range.

Returns:

  • (Integer)


53415
53416
53417
53418
53419
53420
# File 'lib/aws-sdk-ec2/types.rb', line 53415

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