LoadBalancerAddress

public struct LoadBalancerAddress : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

    Declaration

    Swift

    public let allocationId: String?
  • The static IP address.

    Declaration

    Swift

    public let ipAddress: String?
  • [Network Load Balancers] The private IPv4 address for an internal load balancer.

    Declaration

    Swift

    public let privateIPv4Address: String?
  • Undocumented

    Declaration

    Swift

    public init(allocationId: String? = nil, ipAddress: String? = nil, privateIPv4Address: String? = nil)