targets property

List<Target>? targets
final

An array of search criteria that targets instances using a Key,Value combination that you specify. Targets is required if you don't provide one or more instance IDs in the call.

Implementation

final List<Target>? targets;