class Aws::ComputeOptimizer::Types::GetEnrollmentStatusesForOrganizationRequest

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

data as a hash:

    {
      filters: [
        {
          name: "Status", # accepts Status
          values: ["FilterValue"],
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

An array of objects to specify a filter that returns a more specific
list of account enrollment statuses.
@return [Array<Types::EnrollmentFilter>]

@!attribute [rw] next_token

The token to advance to the next page of account enrollment
statuses.
@return [String]

@!attribute [rw] max_results

The maximum number of account enrollment statuses to return with a
single request. You can specify up to 100 statuses to return with
each request.

To retrieve the remaining results, make another request with the
returned `nextToken` value.
@return [Integer]

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

Constants

SENSITIVE