SetIpAddressTypeInput
public struct SetIpAddressTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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. Network Load Balancers must use ipv4.
Declaration
Swift
public let ipAddressType: IpAddressType
-
The Amazon Resource Name (ARN) of the load balancer.
Declaration
Swift
public let loadBalancerArn: String
-
Undocumented
Declaration
Swift
public init(ipAddressType: IpAddressType, loadBalancerArn: String)