Class: DatadogAPIClient::V2::SecurityFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_filter.rb
Overview
The security filter’s properties.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
The object describing a security filter.
-
#id ⇒ Object
The ID of the security filter.
-
#type ⇒ Object
The type of the resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
The object describing a security filter.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/security_filter.rb', line 29 def attributes @attributes end |
#id ⇒ Object
The ID of the security filter.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_filter.rb', line 32 def id @id end |
#type ⇒ Object
The type of the resource. The value should always be security_filters.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/security_filter.rb', line 35 def type @type end |