Method: Aws::ElasticLoadBalancingV2::Types::LoadBalancer#load_balancer_name

Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2128

class LoadBalancer < Struct.new(
  :load_balancer_arn,
  :dns_name,
  :canonical_hosted_zone_id,
  :created_time,
  :load_balancer_name,
  :scheme,
  :vpc_id,
  :state,
  :type,
  :availability_zones,
  :security_groups,
  :ip_address_type,
  :customer_owned_ipv_4_pool,
  :enforce_security_group_inbound_rules_on_private_link_traffic)
  SENSITIVE = []
  include Aws::Structure
end