UpdateDetectorRecipeDetectorRuleDetails¶
-
class
oci.cloud_guard.models.
UpdateDetectorRecipeDetectorRuleDetails
(**kwargs)¶ Bases:
object
Parameters to use to update details in a detector rule.
Methods
__init__
(**kwargs)Initializes a new UpdateDetectorRecipeDetectorRuleDetails object with values from keyword arguments. Attributes
details
Gets the details of this UpdateDetectorRecipeDetectorRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDetectorRecipeDetectorRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: details (oci.cloud_guard.models.UpdateDetectorRuleDetails) – The value to assign to the details property of this UpdateDetectorRecipeDetectorRuleDetails.
-
details
¶ Gets the details of this UpdateDetectorRecipeDetectorRuleDetails.
Returns: The details of this UpdateDetectorRecipeDetectorRuleDetails. Return type: oci.cloud_guard.models.UpdateDetectorRuleDetails
-