Class: DatadogAPIClient::V2::AwsCURConfigPostRequestAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

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
end

#bucket_nameObject

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_regionObject

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_enabledObject

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

#monthsObject

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_nameObject

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_prefixObject

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