UpdateLoadBalancerAttributeRequest
public struct UpdateLoadBalancerAttributeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the attribute you want to update. Valid values are below.
Declaration
Swift
public let attributeName: LoadBalancerAttributeName
-
The value that you want to specify for the attribute name.
Declaration
Swift
public let attributeValue: String
-
The name of the load balancer that you want to modify (e.g., my-load-balancer.
Declaration
Swift
public let loadBalancerName: String
-
Undocumented
Declaration
Swift
public init(attributeName: LoadBalancerAttributeName, attributeValue: String, loadBalancerName: String)
-
Declaration
Swift
public func validate(name: String) throws