Class: DatadogAPIClient::V2::SensitiveDataScannerGroupResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SensitiveDataScannerGroupResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb
Overview
Response data related to the creation of a group.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes of the Sensitive Data Scanner group.
-
#id ⇒ Object
ID of the group.
-
#relationships ⇒ Object
Relationships of the group.
-
#type ⇒ Object
Sensitive Data Scanner group type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of the Sensitive Data Scanner group.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb', line 25 def attributes @attributes end |
#id ⇒ Object
ID of the group.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb', line 28 def id @id end |
#relationships ⇒ Object
Relationships of the group.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb', line 31 def relationships @relationships end |
#type ⇒ Object
Sensitive Data Scanner group type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb', line 34 def type @type end |