TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the EventBridge resource that you’re adding tags to.

    Declaration

    Swift

    public let resourceARN: String
  • The list of key-value pairs to associate with the resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(resourceARN: String, tags: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws