Class: Aws::EC2::Types::VerifiedAccessEndpointPortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointPortRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a port range.
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.
71475 71476 71477 71478 71479 71480 |
# File 'lib/aws-sdk-ec2/types.rb', line 71475 class VerifiedAccessEndpointPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The end of the port range.
71475 71476 71477 71478 71479 71480 |
# File 'lib/aws-sdk-ec2/types.rb', line 71475 class VerifiedAccessEndpointPortRange < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |