Class: Aws::EC2::Types::VerifiedAccessEndpointEniOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointEniOptions
- 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
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#port ⇒ Integer
The IP port number.
-
#protocol ⇒ String
The IP protocol.
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
67678 67679 67680 67681 67682 67683 67684 |
# File 'lib/aws-sdk-ec2/types.rb', line 67678 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
67678 67679 67680 67681 67682 67683 67684 |
# File 'lib/aws-sdk-ec2/types.rb', line 67678 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
67678 67679 67680 67681 67682 67683 67684 |
# File 'lib/aws-sdk-ec2/types.rb', line 67678 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |