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

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

#port ⇒ Integer

The IP port number.

Returns:

  • (Integer)


68935
68936
68937
68938
68939
68940
68941
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68935

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

#port_ranges ⇒ Array<Types::ModifyVerifiedAccessEndpointPortRange>

The port ranges.



68935
68936
68937
68938
68939
68940
68941
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68935

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

#protocol ⇒ String

The IP protocol.

Returns:

  • (String)


68935
68936
68937
68938
68939
68940
68941
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68935

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