RemoveTagsFromResourceRequest
public struct RemoveTagsFromResourceRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the resource from which you want to remove tags. For example: ManagedInstance: mi-012345abcde MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde For the Document and Parameter values, use the name of the resource. The ManagedInstance type for this API action is only for on-premises managed instances. Specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f. DeclarationSwift public let resourceId: String
- 
                  
                  The type of resource from which you want to remove a tag. The ManagedInstance type for this API action is only for on-premises managed instances. Specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f. DeclarationSwift public let resourceType: ResourceTypeForTagging
- 
                  
                  Tag keys that you want to remove from the specified resource. DeclarationSwift public let tagKeys: [String]
- 
                  
                  Undocumented DeclarationSwift public init(resourceId: String, resourceType: ResourceTypeForTagging, tagKeys: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub RemoveTagsFromResourceRequest Structure Reference
        RemoveTagsFromResourceRequest Structure Reference