Class: Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_typeString

The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

Returns:

  • (String)


3218
3219
3220
3221
3222
3223
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3218

class SetIpAddressTypeInput < Struct.new(
  :load_balancer_arn,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_arnString

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

Returns:

  • (String)


3218
3219
3220
3221
3222
3223
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3218

class SetIpAddressTypeInput < Struct.new(
  :load_balancer_arn,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end