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.
-
#port_ranges ⇒ Array<Types::VerifiedAccessEndpointPortRange>
The port ranges.
-
#protocol ⇒ String
The IP protocol.
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
71419 71420 71421 71422 71423 71424 71425 71426 |
# File 'lib/aws-sdk-ec2/types.rb', line 71419 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
71419 71420 71421 71422 71423 71424 71425 71426 |
# File 'lib/aws-sdk-ec2/types.rb', line 71419 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<Types::VerifiedAccessEndpointPortRange>
The port ranges.
71419 71420 71421 71422 71423 71424 71425 71426 |
# File 'lib/aws-sdk-ec2/types.rb', line 71419 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
71419 71420 71421 71422 71423 71424 71425 71426 |
# File 'lib/aws-sdk-ec2/types.rb', line 71419 class VerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end |