TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the ARN of the Athena resource (workgroup or data catalog) to which tags are to be added.
Declaration
Swift
public let resourceARN: String -
A collection of one or more tags, separated by commas, to be added to an Athena workgroup or data catalog resource.
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