UntagResourceInput
public struct UntagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the CloudWatch resource that you’re removing tags from. The ARN format of an alarm is arn:aws:cloudwatch:Region:account-id:alarm:alarm-name The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:Region:account-id:insight-rule:insight-rule-name For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.
Declaration
Swift
public let resourceARN: String -
The list of tag keys to remove from the resource.
Declaration
Swift
public let tagKeys: [String] -
Undocumented
Declaration
Swift
public init(resourceARN: String, tagKeys: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagResourceInput Structure Reference