Class: DatadogAPIClient::V2::SecurityMonitoringTerraformExportAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringTerraformExportAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb
Overview
Attributes of the Terraform export response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#output ⇒ Object
The Terraform configuration for the resource.
-
#resource_id ⇒ Object
readonly
The ID of the exported resource.
-
#type_name ⇒ Object
readonly
The Terraform resource type name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb', line 33 def additional_properties @additional_properties end |
#output ⇒ Object
The Terraform configuration for the resource.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb', line 25 def output @output end |
#resource_id ⇒ Object
The ID of the exported resource.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb', line 28 def resource_id @resource_id end |
#type_name ⇒ Object
The Terraform resource type name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb', line 31 def type_name @type_name end |