class Aws::CloudControlApi::Types::ListResourceRequestsInput

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      resource_request_status_filter: {
        operations: ["CREATE"], # accepts CREATE, DELETE, UPDATE
        operation_statuses: ["PENDING"], # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED, CANCEL_IN_PROGRESS, CANCEL_COMPLETE
      },
    }

@!attribute [rw] max_results

The maximum number of results to be returned with a single call. If
the number of available results exceeds this maximum, the response
includes a `NextToken` value that you can assign to the `NextToken`
request parameter to get the next set of results.

The default is `20`.
@return [Integer]

@!attribute [rw] next_token

If the previous paginated request didn't return all of the
remaining results, the response object's `NextToken` parameter
value is set to a token. To retrieve the next set of results, call
this action again and assign that token to the request object's
`NextToken` parameter. If there are no remaining results, the
previous response object's `NextToken` parameter is set to `null`.
@return [String]

@!attribute [rw] resource_request_status_filter

The filter criteria to apply to the requests returned.
@return [Types::ResourceRequestStatusFilter]

@see docs.aws.amazon.com/goto/WebAPI/cloudcontrol-2021-09-30/ListResourceRequestsInput AWS API Documentation

Constants

SENSITIVE