CreateTenancyAttachmentDetails¶
- 
class oci.resource_analytics.models.CreateTenancyAttachmentDetails(**kwargs)¶
- Bases: - object- The data to create a TenancyAttachment. - Methods - __init__(**kwargs)- Initializes a new CreateTenancyAttachmentDetails object with values from keyword arguments. - Attributes - description- Gets the description of this CreateTenancyAttachmentDetails. - resource_analytics_instance_id- [Required] Gets the resource_analytics_instance_id of this CreateTenancyAttachmentDetails. - tenancy_id- [Required] Gets the tenancy_id of this CreateTenancyAttachmentDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateTenancyAttachmentDetails 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 CreateTenancyAttachmentDetails.
- resource_analytics_instance_id (str) – The value to assign to the resource_analytics_instance_id property of this CreateTenancyAttachmentDetails.
- tenancy_id (str) – The value to assign to the tenancy_id property of this CreateTenancyAttachmentDetails.
 
 - 
description¶
- Gets the description of this CreateTenancyAttachmentDetails. A description of the tenancy. - Returns: - The description of this CreateTenancyAttachmentDetails. - Return type: - str 
 - 
resource_analytics_instance_id¶
- [Required] Gets the resource_analytics_instance_id of this CreateTenancyAttachmentDetails. The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment. - Returns: - The resource_analytics_instance_id of this CreateTenancyAttachmentDetails. - Return type: - str 
 
-