TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let resourceArn: String
  • The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. If you do not specify a value, the value is set to an empty string. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: _ . : / = + \ - @

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws