Class: Aws::Types::LoadBalancer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_configurationTypes::AdvancedConfiguration

Returns the value of attribute advanced_configuration.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def advanced_configuration
  @advanced_configuration
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def container_name
  @container_name
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def container_port
  @container_port
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def load_balancer_name
  @load_balancer_name
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def target_group_arn
  @target_group_arn
end