class Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeInput

@note When making an API call, you may pass SetIpAddressTypeInput

data as a hash:

    {
      load_balancer_arn: "LoadBalancerArn", # required
      ip_address_type: "ipv4", # required, accepts ipv4, dualstack
    }

@!attribute [rw] load_balancer_arn

The Amazon Resource Name (ARN) of the load balancer.
@return [String]

@!attribute [rw] ip_address_type

The IP address type. The possible values are `ipv4` (for IPv4
addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
load balancers must use `ipv4`. You can’t specify `dualstack` for a
load balancer with a UDP or TCP\_UDP listener.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation

Constants

SENSITIVE