Class: DatadogAPIClient::V2::AwsCURConfigAttributes

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

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_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_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_attributes.rb', line 31

def bucket_region
  @bucket_region
end

#created_atObject

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_messagesObject

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
  @error_messages
end

#monthsObject

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_nameObject

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_prefixObject

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

#statusObject

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_atObject

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_atObject

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