TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

    Declaration

    Swift

    public let resourceARN: String
  • A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws