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

#portInteger

The IP port number.

Returns:

  • (Integer)


49624
49625
49626
49627
49628
49629
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49624

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

#protocolString

The IP protocol.

Returns:

  • (String)


49624
49625
49626
49627
49628
49629
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49624

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