Class: Aws::Types::ModifyVerifiedAccessEndpointLoadBalancerOptions

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)


14365
14366
14367
# File 'sig/types.rbs', line 14365

def port
  @port
end

#port_ranges::Array[Types::ModifyVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



14366
14367
14368
# File 'sig/types.rbs', line 14366

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


14364
14365
14366
# File 'sig/types.rbs', line 14364

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


14363
14364
14365
# File 'sig/types.rbs', line 14363

def subnet_ids
  @subnet_ids
end