Class: Aws::Types::VerifiedAccessEndpointLoadBalancerOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.

Returns:

  • (::String)


18603
18604
18605
# File 'sig/types.rbs', line 18603

def load_balancer_arn
  @load_balancer_arn
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


18602
18603
18604
# File 'sig/types.rbs', line 18602

def port
  @port
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



18605
18606
18607
# File 'sig/types.rbs', line 18605

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


18601
18602
18603
# File 'sig/types.rbs', line 18601

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18604
18605
18606
# File 'sig/types.rbs', line 18604

def subnet_ids
  @subnet_ids
end