RemoveTagsInput
public struct RemoveTagsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the load balancer. You can specify a maximum of one load balancer name.
Declaration
Swift
public let loadBalancerNames: [String]
-
The list of tag keys to remove.
Declaration
Swift
public let tags: [TagKeyOnly]
-
Undocumented
Declaration
Swift
public init(loadBalancerNames: [String], tags: [TagKeyOnly])
-
Declaration
Swift
public func validate(name: String) throws