TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.

    Declaration

    Swift

    public let resourceArn: String
  • Tags being associated with a specific Amazon Comprehend resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws