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)


3649
3650
3651
# File 'sig/types.rbs', line 3649

def network_interface_id
  @network_interface_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3651
3652
3653
# File 'sig/types.rbs', line 3651

def port
  @port
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3652
3653
3654
# File 'sig/types.rbs', line 3652

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3650
3651
3652
# File 'sig/types.rbs', line 3650

def protocol
  @protocol
end