Class: DatadogAPIClient::V2::SensitiveDataScannerStandardPattern

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern.rb

Overview

Data containing the standard pattern id.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

ID of the standard pattern.



29
30
31
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern.rb', line 29

def id
  @id
end

#typeObject

Sensitive Data Scanner standard pattern type.



32
33
34
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern.rb', line 32

def type
  @type
end