Class: DatadogAPIClient::V2::AwsCURConfigPostRequestAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::AwsCURConfigPostRequestAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb
 
Overview
Attributes for AWS CUR config Post Request.
Instance Attribute Summary collapse
- 
  
    
      #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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The region the bucket is located in.
 - 
  
    
      #is_enabled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether or not the Cloud Cost Management account is enabled.
 - 
  
    
      #months  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The month of the report.
 - 
  
    
      #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.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The AWS account ID.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 25 def account_id @account_id end  | 
  
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      45 46 47  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 45 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_post_request_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_post_request_attributes.rb', line 31 def bucket_region @bucket_region end  | 
  
#is_enabled ⇒ Object
Whether or not the Cloud Cost Management account is enabled.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 34 def is_enabled @is_enabled end  | 
  
#months ⇒ Object
The month of the report.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 37 def months @months end  | 
  
#report_name ⇒ Object
The name of the Cost and Usage Report.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 40 def report_name @report_name end  | 
  
#report_prefix ⇒ Object
The report prefix used for the Cost and Usage Report.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb', line 43 def report_prefix @report_prefix end  |