Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointPortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVerifiedAccessEndpointPortRange
- 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
-
#from_port ⇒ Integer
The start of the port range.
-
#to_port ⇒ Integer
The end of the port range.
Instance Attribute Details
#from_port ⇒ Integer
The start of the port range.
65468 65469 65470 65471 65472 65473 |
# File 'lib/aws-sdk-ec2/types.rb', line 65468 class ModifyVerifiedAccessEndpointPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The end of the port range.
65468 65469 65470 65471 65472 65473 |
# File 'lib/aws-sdk-ec2/types.rb', line 65468 class ModifyVerifiedAccessEndpointPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |