Class: DatadogAPIClient::V2::RumRateLimitConfigAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#adaptiveObject

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_propertiesObject

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

#customObject

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

#modeObject

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_idObject

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_atObject

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_byObject

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