smplkit 3.0.31 → 3.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0021b5c734b38bf092baf71836eb50116e61087c9463c848720e709bb47b1e0d
|
|
4
|
+
data.tar.gz: 19b4d7532e2a64a94c36f9bcc7d420baf0ee1229e92bddf12eab715964cd5681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e009701770ef8d010ac7e3ab60fb3d57e9c754a281f62eae73474a3cc0df63ddf4974c8c5d0779783e513bc363c4470e362ee50a718e66630a6e925142c3efb
|
|
7
|
+
data.tar.gz: 6a4bec0d70fbfeb4b6e7e65f3e896426802ae1058b0d0ceda867479ff0bd56582d2abe71869d60ebe8a27f759742a3bfbab5a09aba0c5702386deafaa7ea7ca9
|
|
@@ -16,7 +16,7 @@ require 'time'
|
|
|
16
16
|
module SmplkitGeneratedClient::Audit
|
|
17
17
|
# A destination that receives audit events recorded for the account. Each event recorded for the account is evaluated against every enabled forwarder. If the filter expression evaluates truthy — or is absent — the event is shaped by the configured transform and delivered to the destination defined by ``configuration``.
|
|
18
18
|
class Forwarder < ApiModelBase
|
|
19
|
-
# Human-readable name for the forwarder.
|
|
19
|
+
# Human-readable name for the forwarder. Must contain at least one non-whitespace character.
|
|
20
20
|
attr_accessor :name
|
|
21
21
|
|
|
22
22
|
# Free-text description for the forwarder.
|