TagDescription
public struct TagDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String?
-
The tags.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(loadBalancerName: String? = nil, tags: [Tag]? = nil)