AddTagsRequest

public struct AddTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

    Declaration

    Swift

    public let resourceId: String
  • Contains a list of CloudTrail tags, up to a limit of 50

    Declaration

    Swift

    public let tagsList: [Tag]?
  • Undocumented

    Declaration

    Swift

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