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_id ⇒ String

The ID of the network interface.

Returns:

  • (String)


89914
89915
89916
89917
89918
89919
89920
89921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89914

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

#port ⇒ Integer

The IP port number.

Returns:

  • (Integer)


89914
89915
89916
89917
89918
89919
89920
89921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89914

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

#port_ranges ⇒ Array<Types::VerifiedAccessEndpointPortRange>

The port ranges.



89914
89915
89916
89917
89918
89919
89920
89921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89914

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

#protocol ⇒ String

The IP protocol.

Returns:

  • (String)


89914
89915
89916
89917
89918
89919
89920
89921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89914

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