Class: Aws::Types::VerifiedAccessEndpointEniOptions

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)


18920
18921
18922
# File 'sig/types.rbs', line 18920

def network_interface_id
  @network_interface_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


18922
18923
18924
# File 'sig/types.rbs', line 18922

def port
  @port
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



18923
18924
18925
# File 'sig/types.rbs', line 18923

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


18921
18922
18923
# File 'sig/types.rbs', line 18921

def protocol
  @protocol
end