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)


3547
3548
3549
# File 'sig/types.rbs', line 3547

def load_balancer_arn
  @load_balancer_arn
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3546
3547
3548
# File 'sig/types.rbs', line 3546

def port
  @port
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3549
3550
3551
# File 'sig/types.rbs', line 3549

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3545
3546
3547
# File 'sig/types.rbs', line 3545

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3548
3549
3550
# File 'sig/types.rbs', line 3548

def subnet_ids
  @subnet_ids
end