AttentionLogCollection¶
- 
class oci.database_management.models.AttentionLogCollection(**kwargs)¶
- Bases: - object- The list of attention logs. - Methods - __init__(**kwargs)- Initializes a new AttentionLogCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this AttentionLogCollection. - managed_database_id- [Required] Gets the managed_database_id of this AttentionLogCollection. - 
__init__(**kwargs)¶
- Initializes a new AttentionLogCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - managed_database_id (str) – The value to assign to the managed_database_id property of this AttentionLogCollection.
- items (list[oci.database_management.models.AttentionLogSummary]) – The value to assign to the items property of this AttentionLogCollection.
 
 - 
items¶
- [Required] Gets the items of this AttentionLogCollection. An array of the attention logs. - Returns: - The items of this AttentionLogCollection. - Return type: - list[oci.database_management.models.AttentionLogSummary] 
 
-