Class: Aws::ElasticLoadBalancingV2::Types::ModifyIpPoolsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_poolsTypes::IpamPools

The IPAM pools to be modified.



2932
2933
2934
2935
2936
2937
2938
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2932

class ModifyIpPoolsInput < Struct.new(
  :load_balancer_arn,
  :ipam_pools,
  :remove_ipam_pools)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_arnString

The Amazon Resource Name (ARN) of the load balancer.



2932
2933
2934
2935
2936
2937
2938
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2932

class ModifyIpPoolsInput < Struct.new(
  :load_balancer_arn,
  :ipam_pools,
  :remove_ipam_pools)
  SENSITIVE = []
  include Aws::Structure
end

#remove_ipam_poolsArray<String>

Remove the IP pools in use by the load balancer.



2932
2933
2934
2935
2936
2937
2938
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2932

class ModifyIpPoolsInput < Struct.new(
  :load_balancer_arn,
  :ipam_pools,
  :remove_ipam_pools)
  SENSITIVE = []
  include Aws::Structure
end