values property

List<String>? values
final

The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter:

  • Specify Ec2Instance or AutoScalingGroup if you specified the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.
  • Specify Queued, InProgress, Complete, or Failed if you specified the name parameter as JobStatus.

Implementation

final List<String>? values;