ImpactedResourceCollection¶
-
class
oci.cloud_guard.models.
ImpactedResourceCollection
(**kwargs)¶ Bases:
object
Provides the summary of impacted resources
Methods
__init__
(**kwargs)Initializes a new ImpactedResourceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ImpactedResourceCollection. -
__init__
(**kwargs)¶ Initializes a new ImpactedResourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.ImpactedResourceSummary]) – The value to assign to the items property of this ImpactedResourceCollection.
-
items
¶ [Required] Gets the items of this ImpactedResourceCollection. List of ImpactedResourceSummary
Returns: The items of this ImpactedResourceCollection. Return type: list[oci.cloud_guard.models.ImpactedResourceSummary]
-