Class: Aws::EC2::Types::CreateVerifiedAccessEndpointEniOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


11952
11953
11954
11955
11956
11957
11958
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11952

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

#portInteger

The IP port number.

Returns:

  • (Integer)


11952
11953
11954
11955
11956
11957
11958
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11952

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

#protocolString

The IP protocol.

Returns:

  • (String)


11952
11953
11954
11955
11956
11957
11958
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11952

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