Class: DatadogAPIClient::V2::AccountFilteringConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AccountFilteringConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/account_filtering_config.rb
Overview
The account filtering configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#excluded_accounts ⇒ Object
The AWS account IDs to be excluded from your billing dataset.
-
#include_new_accounts ⇒ Object
Whether or not to automatically include new member accounts by default in your billing dataset.
-
#included_accounts ⇒ Object
The AWS account IDs to be included in your billing dataset.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/account_filtering_config.rb', line 33 def additional_properties @additional_properties end |
#excluded_accounts ⇒ Object
The AWS account IDs to be excluded from your billing dataset. This field is used when include_new_accounts
is true
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/account_filtering_config.rb', line 25 def excluded_accounts @excluded_accounts end |
#include_new_accounts ⇒ Object
Whether or not to automatically include new member accounts by default in your billing dataset.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/account_filtering_config.rb', line 28 def include_new_accounts @include_new_accounts end |
#included_accounts ⇒ Object
The AWS account IDs to be included in your billing dataset. This field is used when include_new_accounts
is false
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/account_filtering_config.rb', line 31 def included_accounts @included_accounts end |