class Aws::Comprehend::Types::ListEndpointsRequest
@note When making an API call, you may pass ListEndpointsRequest
data as a hash: { filter: { model_arn: "ComprehendModelArn", status: "CREATING", # accepts CREATING, DELETING, FAILED, IN_SERVICE, UPDATING creation_time_before: Time.now, creation_time_after: Time.now, }, next_token: "String", max_results: 1, }
@!attribute [rw] filter
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time. @return [Types::EndpointFilter]
@!attribute [rw] next_token
Identifies the next page of results to return. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in each page. The default is 100. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/ListEndpointsRequest AWS API Documentation
Constants
- SENSITIVE