AddTagsInput
public struct AddTagsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the load balancer. You can specify one load balancer only.
Declaration
Swift
public let loadBalancerNames: [String] -
The tags.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(loadBalancerNames: [String], tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddTagsInput Structure Reference