SetIpAddressTypeInput
public struct SetIpAddressTypeInput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let ipAddressType: IpAddressType
- 
                  
                  The Amazon Resource Name (ARN) of the load balancer. DeclarationSwift public let loadBalancerArn: String
- 
                  
                  Undocumented DeclarationSwift public init(ipAddressType: IpAddressType, loadBalancerArn: String)
 View on GitHub
View on GitHub SetIpAddressTypeInput Structure Reference
        SetIpAddressTypeInput Structure Reference