TagResourceRequest
public struct TagResourceRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) to which you want to add the tags. For example: arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger DeclarationSwift public let resourceArn: String
- 
                  
                  The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you specify a key that already exists for the resource, your request fails and returns an error. Tag values are case sensitive and can be null. DeclarationSwift public let tags: [String : String]
- 
                  
                  Undocumented DeclarationSwift public init(resourceArn: String, tags: [String : String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub TagResourceRequest Structure Reference
        TagResourceRequest Structure Reference