Class: Aws::Types::ModifyVerifiedAccessEndpointEniOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


14357
14358
14359
# File 'sig/types.rbs', line 14357

def port
  @port
end

#port_ranges::Array[Types::ModifyVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



14358
14359
14360
# File 'sig/types.rbs', line 14358

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


14356
14357
14358
# File 'sig/types.rbs', line 14356

def protocol
  @protocol
end