Class: Aws::Types::CreateVerifiedAccessEndpointEniOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


3699
3700
3701
# File 'sig/types.rbs', line 3699

def network_interface_id
  @network_interface_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3701
3702
3703
# File 'sig/types.rbs', line 3701

def port
  @port
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3702
3703
3704
# File 'sig/types.rbs', line 3702

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

  • ("http", "https", "tcp")


3700
3701
3702
# File 'sig/types.rbs', line 3700

def protocol
  @protocol
end