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.



1696
1697
1698
# File 'sig/types.rbs', line 1696

def advanced_configuration
  @advanced_configuration
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def container_name
  @container_name
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def container_port
  @container_port
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def load_balancer_name
  @load_balancer_name
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def target_group_arn
  @target_group_arn
end