Class: DatadogAPIClient::V2::AwsCURConfigAttributes
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V2::AwsCURConfigAttributes
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb
Overview
Attributes for An AWS CUR config.
Instance Attribute Summary collapse
- 
  
    
      #account_filters  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The account filtering configuration. 
- 
  
    
      #account_id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The AWS account ID. 
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #bucket_name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The AWS bucket name used to store the Cost and Usage Report. 
- 
  
    
      #bucket_region  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The region the bucket is located in. 
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The timestamp when the AWS CUR config was created. 
- 
  
    
      #error_messages  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error messages for the AWS CUR config. 
- 
  
    
      #months  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The number of months the report has been backfilled. 
- 
  
    
      #report_name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The name of the Cost and Usage Report. 
- 
  
    
      #report_prefix  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The report prefix used for the Cost and Usage Report. 
- 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The status of the AWS CUR. 
- 
  
    
      #status_updated_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The timestamp when the AWS CUR config status was updated. 
- 
  
    
      #updated_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The timestamp when the AWS CUR config status was updated. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_filters ⇒ Object
The account filtering configuration.
| 25 26 27 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 25 def account_filters @account_filters end | 
#account_id ⇒ Object
The AWS account ID.
| 25 26 27 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 25 def account_id @account_id end | 
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 57 58 59 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 57 def additional_properties @additional_properties end | 
#bucket_name ⇒ Object
The AWS bucket name used to store the Cost and Usage Report.
| 28 29 30 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 28 def bucket_name @bucket_name end | 
#bucket_region ⇒ Object
The region the bucket is located in.
| 31 32 33 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 31 def bucket_region @bucket_region end | 
#created_at ⇒ Object
The timestamp when the AWS CUR config was created.
| 34 35 36 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 34 def created_at @created_at end | 
#error_messages ⇒ Object
The error messages for the AWS CUR config.
| 37 38 39 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 37 def @error_messages end | 
#months ⇒ Object
The number of months the report has been backfilled.
| 40 41 42 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 40 def months @months end | 
#report_name ⇒ Object
The name of the Cost and Usage Report.
| 43 44 45 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 43 def report_name @report_name end | 
#report_prefix ⇒ Object
The report prefix used for the Cost and Usage Report.
| 46 47 48 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 46 def report_prefix @report_prefix end | 
#status ⇒ Object
The status of the AWS CUR.
| 49 50 51 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 49 def status @status end | 
#status_updated_at ⇒ Object
The timestamp when the AWS CUR config status was updated.
| 52 53 54 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 52 def status_updated_at @status_updated_at end | 
#updated_at ⇒ Object
The timestamp when the AWS CUR config status was updated.
| 55 56 57 | # File 'lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb', line 55 def updated_at @updated_at end |