UpdateMaintenanceDetails¶
-
class
oci.opensearch.models.
UpdateMaintenanceDetails
(**kwargs)¶ Bases:
object
Details for update of maintenance details
Methods
__init__
(**kwargs)Initializes a new UpdateMaintenanceDetails object with values from keyword arguments. Attributes
notification_email_ids
Gets the notification_email_ids of this UpdateMaintenanceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateMaintenanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: notification_email_ids (list[str]) – The value to assign to the notification_email_ids property of this UpdateMaintenanceDetails.
-
notification_email_ids
¶ Gets the notification_email_ids of this UpdateMaintenanceDetails. The Email IDs given by the customer to get notified about maintenance activities
Returns: The notification_email_ids of this UpdateMaintenanceDetails. Return type: list[str]
-