RemoveTagsRequest

public struct RemoveTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

    Declaration

    Swift

    public let resourceId: String
  • Specifies a list of tags to be removed.

    Declaration

    Swift

    public let tagsList: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(resourceId: String, tagsList: [Tag]? = nil)