Class: DatadogAPIClient::V2::CsmCloudAccountsCoverageAnalysisAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CsmCloudAccountsCoverageAnalysisAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb
Overview
CSM Cloud Accounts Coverage Analysis attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aws_coverage ⇒ Object
CSM Coverage Analysis.
-
#azure_coverage ⇒ Object
CSM Coverage Analysis.
-
#gcp_coverage ⇒ Object
CSM Coverage Analysis.
-
#org_id ⇒ Object
The ID of your organization.
-
#total_coverage ⇒ Object
CSM Coverage Analysis.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 39 def additional_properties @additional_properties end |
#aws_coverage ⇒ Object
CSM Coverage Analysis.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 25 def aws_coverage @aws_coverage end |
#azure_coverage ⇒ Object
CSM Coverage Analysis.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 28 def azure_coverage @azure_coverage end |
#gcp_coverage ⇒ Object
CSM Coverage Analysis.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 31 def gcp_coverage @gcp_coverage end |
#org_id ⇒ Object
The ID of your organization.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 34 def org_id @org_id end |
#total_coverage ⇒ Object
CSM Coverage Analysis.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb', line 37 def total_coverage @total_coverage end |