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

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


76922
76923
76924
76925
76926
76927
76928
76929
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76922

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

#portInteger

The IP port number.

Returns:

  • (Integer)


76922
76923
76924
76925
76926
76927
76928
76929
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76922

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

#port_rangesArray<Types::VerifiedAccessEndpointPortRange>

The port ranges.



76922
76923
76924
76925
76926
76927
76928
76929
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76922

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

#protocolString

The IP protocol.

Returns:

  • (String)


76922
76923
76924
76925
76926
76927
76928
76929
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76922

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