ListProvisionedModelThroughputsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter that returns Provisioned Throughputs created after the specified time.

Link copied to clipboard

A filter that returns Provisioned Throughputs created before the specified time.

Link copied to clipboard

THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.

Link copied to clipboard

A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.

Link copied to clipboard

A filter that returns Provisioned Throughputs if their name contains the expression that you specify.

Link copied to clipboard

If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.

Link copied to clipboard

The field by which to sort the returned list of Provisioned Throughputs.

Link copied to clipboard

The sort order of the results.

Link copied to clipboard

A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String