AssociatedResourcesCollection

class oci.resource_manager.models.AssociatedResourcesCollection(**kwargs)

Bases: object

The list of associated resources for the indicated stack or job.

Methods

__init__(**kwargs) Initializes a new AssociatedResourcesCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AssociatedResourcesCollection.
__init__(**kwargs)

Initializes a new AssociatedResourcesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.resource_manager.models.AssociatedResourceSummary]) – The value to assign to the items property of this AssociatedResourcesCollection.
items

[Required] Gets the items of this AssociatedResourcesCollection. Collection of resources associated with a stack or job.

Returns:The items of this AssociatedResourcesCollection.
Return type:list[oci.resource_manager.models.AssociatedResourceSummary]