Class: DatadogAPIClient::V2::RumRateLimitConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRateLimitConfigAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb
Overview
The RUM rate limit configuration properties.
Instance Attribute Summary collapse
-
#adaptive ⇒ Object
The configuration used when
modeisadaptive. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom ⇒ Object
The configuration used when
modeiscustom. -
#mode ⇒ Object
readonly
The rate limit mode.
-
#org_id ⇒ Object
readonly
The ID of the organization the rate limit configuration belongs to.
-
#updated_at ⇒ Object
The date the rate limit configuration was last updated.
-
#updated_by ⇒ Object
The handle of the user who last updated the rate limit configuration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#adaptive ⇒ Object
The configuration used when mode is adaptive.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 25 def adaptive @adaptive end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 43 def additional_properties @additional_properties end |
#custom ⇒ Object
The configuration used when mode is custom.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 28 def custom @custom end |
#mode ⇒ Object
The rate limit mode. custom enforces a fixed session limit, while
adaptive dynamically adjusts retention.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 32 def mode @mode end |
#org_id ⇒ Object
The ID of the organization the rate limit configuration belongs to.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 35 def org_id @org_id end |
#updated_at ⇒ Object
The date the rate limit configuration was last updated.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 38 def updated_at @updated_at end |
#updated_by ⇒ Object
The handle of the user who last updated the rate limit configuration.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb', line 41 def updated_by @updated_by end |