You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Comprehend::Types::ListEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEndpointsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListEndpointsRequest as input to an Aws::Client method, you can use a vanilla 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,
}
Instance Attribute Summary collapse
-
#filter ⇒ Types::EndpointFilter
Filters the endpoints that are returned.
-
#max_results ⇒ Integer
The maximum number of results to return in each page.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#filter ⇒ Types::EndpointFilter
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.
#max_results ⇒ Integer
The maximum number of results to return in each page. The default is 100.
#next_token ⇒ String
Identifies the next page of results to return.