TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the signaling channel to which you want to add tags.
Declaration
Swift
public let resourceARN: String -
A list of tags to associate with the specified signaling channel. Each tag is a key-value pair.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceInput Structure Reference