Class: Aws::Types::CreateVerifiedAccessEndpointLoadBalancerOptions

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)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def load_balancer_arn
  @load_balancer_arn
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def port
  @port
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3661
3662
3663
# File 'sig/types.rbs', line 3661

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3657
3658
3659
# File 'sig/types.rbs', line 3657

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3660
3661
3662
# File 'sig/types.rbs', line 3660

def subnet_ids
  @subnet_ids
end