OperationsInsightsWarehouseSummaryCollection¶
-
class
oci.opsi.models.
OperationsInsightsWarehouseSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Operations Insights Warehouse summary objects.
Methods
__init__
(**kwargs)Initializes a new OperationsInsightsWarehouseSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OperationsInsightsWarehouseSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new OperationsInsightsWarehouseSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.OperationsInsightsWarehouseSummary]) – The value to assign to the items property of this OperationsInsightsWarehouseSummaryCollection.
-
items
¶ [Required] Gets the items of this OperationsInsightsWarehouseSummaryCollection. Array of Operations Insights Warehouse summary objects.
Returns: The items of this OperationsInsightsWarehouseSummaryCollection. Return type: list[oci.opsi.models.OperationsInsightsWarehouseSummary]
-