Class: Aws::EC2::Types::CreateVerifiedAccessEndpointEniOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVerifiedAccessEndpointEniOptions
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the network interface options when creating an Amazon Web
Services Verified Access endpoint using the network-interface
type.
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.
12844 12845 12846 12847 12848 12849 12850 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12844 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
12844 12845 12846 12847 12848 12849 12850 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12844 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
12844 12845 12846 12847 12848 12849 12850 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12844 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port) SENSITIVE = [] include Aws::Structure end |