Class: DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes
- 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
-
#name ⇒ Object
Name of the standard pattern.
-
#pattern ⇒ Object
Regex to match.
-
#tags ⇒ Object
List of tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#name ⇒ Object
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 |
#pattern ⇒ Object
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 |
#tags ⇒ Object
List of tags.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 35 def end |