Class: Aws::EC2::Types::VerifiedAccessEndpointEniOptions

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

Overview

Options for a network-interface type endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


65931
65932
65933
65934
65935
65936
65937
# File 'lib/aws-sdk-ec2/types.rb', line 65931

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

#portInteger

The IP port number.

Returns:

  • (Integer)


65931
65932
65933
65934
65935
65936
65937
# File 'lib/aws-sdk-ec2/types.rb', line 65931

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

#protocolString

The IP protocol.

Returns:

  • (String)


65931
65932
65933
65934
65935
65936
65937
# File 'lib/aws-sdk-ec2/types.rb', line 65931

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