Class: DatadogAPIClient::V2::AWSCcmConfigValidationIssue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSCcmConfigValidationIssue
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb
Overview
A single validation issue found while validating an AWS Cost and Usage Report (CUR) 2.0 configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#code ⇒ Object
readonly
Identifies the specific reason a Cost and Usage Report (CUR) 2.0 configuration failed validation.
-
#description ⇒ Object
readonly
Human-readable description of the validation issue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb', line 30 def additional_properties @additional_properties end |
#code ⇒ Object
Identifies the specific reason a Cost and Usage Report (CUR) 2.0 configuration failed validation.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb', line 25 def code @code end |
#description ⇒ Object
Human-readable description of the validation issue.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb', line 28 def description @description end |