UpdateExecutionActionDetails¶
-
class
oci.database.models.
UpdateExecutionActionDetails
(**kwargs)¶ Bases:
object
Describes the modification parameters for the execution action.
Methods
__init__
(**kwargs)Initializes a new UpdateExecutionActionDetails object with values from keyword arguments. Attributes
action_members
Gets the action_members of this UpdateExecutionActionDetails. action_params
Gets the action_params of this UpdateExecutionActionDetails. defined_tags
Gets the defined_tags of this UpdateExecutionActionDetails. execution_window_id
Gets the execution_window_id of this UpdateExecutionActionDetails. freeform_tags
Gets the freeform_tags of this UpdateExecutionActionDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExecutionActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - execution_window_id (str) – The value to assign to the execution_window_id property of this UpdateExecutionActionDetails.
- action_params (dict(str, str)) – The value to assign to the action_params property of this UpdateExecutionActionDetails.
- action_members (list[oci.database.models.ExecutionActionMember]) – The value to assign to the action_members property of this UpdateExecutionActionDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExecutionActionDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExecutionActionDetails.
-
action_members
¶ Gets the action_members of this UpdateExecutionActionDetails. List of action members of this execution action.
Returns: The action_members of this UpdateExecutionActionDetails. Return type: list[oci.database.models.ExecutionActionMember]
-
action_params
¶ Gets the action_params of this UpdateExecutionActionDetails. Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {“count”: “3”}
Returns: The action_params of this UpdateExecutionActionDetails. Return type: dict(str, str)
Gets the defined_tags of this UpdateExecutionActionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this UpdateExecutionActionDetails. Return type: dict(str, dict(str, object))
-
execution_window_id
¶ Gets the execution_window_id of this UpdateExecutionActionDetails. The OCID of the execution window resource the execution action belongs to.
Returns: The execution_window_id of this UpdateExecutionActionDetails. Return type: str
Gets the freeform_tags of this UpdateExecutionActionDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateExecutionActionDetails. Return type: dict(str, str)
-