Class: DatadogAPIClient::V2::AWSNamespaceFiltersExcludeAll
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSNamespaceFiltersExcludeAll
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_all.rb
Overview
Exclude all namespaces
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#exclude_all ⇒ Object
readonly
Exclude all namespaces.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_all.rb', line 27 def additional_properties @additional_properties end |
#exclude_all ⇒ Object
Exclude all namespaces
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_all.rb', line 25 def exclude_all @exclude_all end |