Class: DatadogAPIClient::V2::AWSMetricNameFilterPreviewResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSMetricNameFilterPreviewResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb
Overview
AWS metric name filter preview response data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
AWS metric name filter preview response attributes.
-
#id ⇒ Object
readonly
Unique Datadog ID of the AWS Account Integration Config.
-
#type ⇒ Object
readonly
The
AWSMetricNameFilterPreviewResponseDatatype.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
AWS metric name filter preview response attributes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the List all AWS integrations endpoint and query by AWS Account ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb', line 31 def id @id end |
#type ⇒ Object
The AWSMetricNameFilterPreviewResponseData type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb', line 34 def type @type end |