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)


19259
19260
19261
# File 'sig/types.rbs', line 19259

def network_interface_id
  @network_interface_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


19261
19262
19263
# File 'sig/types.rbs', line 19261

def port
  @port
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



19262
19263
19264
# File 'sig/types.rbs', line 19262

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


19260
19261
19262
# File 'sig/types.rbs', line 19260

def protocol
  @protocol
end