Class: Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy::NotificationRateLimit
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy::NotificationRateLimit
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
Control over the rate of notifications sent to this alert policy's notification channels.
Instance Attribute Summary collapse
-
#period ⇒ ::Google::Protobuf::Duration
Not more than one notification per
period
.
Instance Attribute Details
#period ⇒ ::Google::Protobuf::Duration
Returns Not more than one notification per period
.
624 625 626 627 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 624 class NotificationRateLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |