Class: Aws::ElasticLoadBalancing::Types::ModifyLoadBalancerAttributesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the output of ModifyLoadBalancerAttributes.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_attributesTypes::LoadBalancerAttributes

Information about the load balancer attributes.



1680
1681
1682
1683
1684
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1680

class ModifyLoadBalancerAttributesOutput < Struct.new(
  :load_balancer_name,
  :load_balancer_attributes)
  include Aws::Structure
end

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


1680
1681
1682
1683
1684
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1680

class ModifyLoadBalancerAttributesOutput < Struct.new(
  :load_balancer_name,
  :load_balancer_attributes)
  include Aws::Structure
end