Class: Aws::EC2::Types::CreateVerifiedAccessEndpointPortRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


13047
13048
13049
13050
13051
13052
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13047

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

#to_portInteger

The end of the port range.

Returns:

  • (Integer)


13047
13048
13049
13050
13051
13052
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13047

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