UpdateTenancyAttachmentDetails¶
-
class
oci.resource_analytics.models.
UpdateTenancyAttachmentDetails
(**kwargs)¶ Bases:
object
The data to update a TenancyAttachment.
Methods
__init__
(**kwargs)Initializes a new UpdateTenancyAttachmentDetails object with values from keyword arguments. Attributes
description
[Required] Gets the description of this UpdateTenancyAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTenancyAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: description (str) – The value to assign to the description property of this UpdateTenancyAttachmentDetails.
-
description
¶ [Required] Gets the description of this UpdateTenancyAttachmentDetails. A description of the tenancy.
Returns: The description of this UpdateTenancyAttachmentDetails. Return type: str
-