class Aws::SageMaker::Types::ListWorkforcesRequest
@note When making an API call, you may pass ListWorkforcesRequest
data as a hash: { sort_by: "Name", # accepts Name, CreateDate sort_order: "Ascending", # accepts Ascending, Descending name_contains: "WorkforceName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] sort_by
Sort workforces using the workforce name or creation date. @return [String]
@!attribute [rw] sort_order
Sort workforces in ascending or descending order. @return [String]
@!attribute [rw] name_contains
A filter you can use to search for workforces using part of the workforce name. @return [String]
@!attribute [rw] next_token
A token to resume pagination. @return [String]
@!attribute [rw] max_results
The maximum number of workforces returned in the response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkforcesRequest AWS API Documentation
Constants
- SENSITIVE