Class: DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes

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

Overview

Attributes of the Sensitive Data Scanner standard pattern.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

Name of the standard pattern.



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

def name
  @name
end

#patternObject

Regex to match.



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

def pattern
  @pattern
end

#tagsObject

List of tags.



35
36
37
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 35

def tags
  @tags
end