TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the AWS Glue resource to which to add the tags. For more information about AWS Glue resource ARNs, see the AWS Glue ARN string pattern.

    Declaration

    Swift

    public let resourceArn: String
  • Tags to add to this resource.

    Declaration

    Swift

    public let tagsToAdd: [String : String]
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, tagsToAdd: [String : String])
  • Declaration

    Swift

    public func validate(name: String) throws