class Aws::ComputeOptimizer::Types::EnrollmentFilter

Describes a filter that returns a more specific list of account enrollment statuses. Use this filter with the GetEnrollmentStatusesForOrganization action.

@note When making an API call, you may pass EnrollmentFilter

data as a hash:

    {
      name: "Status", # accepts Status
      values: ["FilterValue"],
    }

@!attribute [rw] name

The name of the filter.

Specify `Status` to return accounts with a specific enrollment
status (for example, `Active`).
@return [String]

@!attribute [rw] values

The value of the filter.

The valid values are `Active`, `Inactive`, `Pending`, and `Failed`.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/EnrollmentFilter AWS API Documentation

Constants

SENSITIVE