UpdateCheckinDetails¶
-
class
oci.opensearch.models.
UpdateCheckinDetails
(**kwargs)¶ Bases:
object
Information about the update checkin event.
Methods
__init__
(**kwargs)Initializes a new UpdateCheckinDetails object with values from keyword arguments. Attributes
cluster_id
[Required] Gets the cluster_id of this UpdateCheckinDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateCheckinDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: cluster_id (str) – The value to assign to the cluster_id property of this UpdateCheckinDetails.
-
cluster_id
¶ [Required] Gets the cluster_id of this UpdateCheckinDetails. The OCID of the OpenSearch cluster.
Returns: The cluster_id of this UpdateCheckinDetails. Return type: str
-