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)


18930
18931
18932
# File 'sig/types.rbs', line 18930

def load_balancer_arn
  @load_balancer_arn
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


18929
18930
18931
# File 'sig/types.rbs', line 18929

def port
  @port
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



18932
18933
18934
# File 'sig/types.rbs', line 18932

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


18928
18929
18930
# File 'sig/types.rbs', line 18928

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18931
18932
18933
# File 'sig/types.rbs', line 18931

def subnet_ids
  @subnet_ids
end