TagInput
public struct TagInput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The ARN of the resource group to which to add tags.
Declaration
Swift
public let arn: String - 
                  
                  
The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.
Declaration
Swift
public let tags: [String : String] - 
                  
                  
Undocumented
Declaration
Swift
public init(arn: String, tags: [String : String]) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        TagInput Structure Reference