Class: DatadogAPIClient::V2::AwsCurConfigResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AwsCurConfigResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb
Overview
The definition of ‘AwsCurConfigResponseDataAttributes` object.
Instance Attribute Summary collapse
-
#account_filters ⇒ Object
The definition of ‘AwsCurConfigResponseDataAttributesAccountFilters` object.
-
#account_id ⇒ Object
The ‘attributes` `account_id`.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bucket_name ⇒ Object
The ‘attributes` `bucket_name`.
-
#bucket_region ⇒ Object
The ‘attributes` `bucket_region`.
-
#created_at ⇒ Object
The ‘attributes` `created_at`.
-
#error_messages ⇒ Object
The ‘attributes` `error_messages`.
-
#months ⇒ Object
The ‘attributes` `months`.
-
#report_name ⇒ Object
The ‘attributes` `report_name`.
-
#report_prefix ⇒ Object
The ‘attributes` `report_prefix`.
-
#status ⇒ Object
The ‘attributes` `status`.
-
#status_updated_at ⇒ Object
The ‘attributes` `status_updated_at`.
-
#updated_at ⇒ Object
The ‘attributes` `updated_at`.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_filters ⇒ Object
The definition of ‘AwsCurConfigResponseDataAttributesAccountFilters` object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 25 def account_filters @account_filters end |
#account_id ⇒ Object
The ‘attributes` `account_id`.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 28 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 60 def additional_properties @additional_properties end |
#bucket_name ⇒ Object
The ‘attributes` `bucket_name`.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 31 def bucket_name @bucket_name end |
#bucket_region ⇒ Object
The ‘attributes` `bucket_region`.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 34 def bucket_region @bucket_region end |
#created_at ⇒ Object
The ‘attributes` `created_at`.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 37 def created_at @created_at end |
#error_messages ⇒ Object
The ‘attributes` `error_messages`.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 40 def end |
#months ⇒ Object
The ‘attributes` `months`.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 43 def months @months end |
#report_name ⇒ Object
The ‘attributes` `report_name`.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 46 def report_name @report_name end |
#report_prefix ⇒ Object
The ‘attributes` `report_prefix`.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 49 def report_prefix @report_prefix end |
#status ⇒ Object
The ‘attributes` `status`.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 52 def status @status end |
#status_updated_at ⇒ Object
The ‘attributes` `status_updated_at`.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 55 def status_updated_at @status_updated_at end |
#updated_at ⇒ Object
The ‘attributes` `updated_at`.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/aws_cur_config_response_data_attributes.rb', line 58 def updated_at @updated_at end |