Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointEniOptions

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

Overview

Describes the options when modifying a Verified Access endpoint with the ‘network-interface` type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The IP port number.

Returns:

  • (Integer)


53294
53295
53296
53297
53298
53299
53300
# File 'lib/aws-sdk-ec2/types.rb', line 53294

class ModifyVerifiedAccessEndpointEniOptions < Struct.new(
  :protocol,
  :port,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<Types::ModifyVerifiedAccessEndpointPortRange>

The port ranges.



53294
53295
53296
53297
53298
53299
53300
# File 'lib/aws-sdk-ec2/types.rb', line 53294

class ModifyVerifiedAccessEndpointEniOptions < Struct.new(
  :protocol,
  :port,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The IP protocol.

Returns:

  • (String)


53294
53295
53296
53297
53298
53299
53300
# File 'lib/aws-sdk-ec2/types.rb', line 53294

class ModifyVerifiedAccessEndpointEniOptions < Struct.new(
  :protocol,
  :port,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end