Class: Aws::Translate::Types::ListTerminologiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListTerminologiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of custom terminologies returned per list request.
-
#next_token ⇒ String
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of custom terminologies returned per list request.
778 779 780 781 782 783 |
# File 'lib/aws-sdk-translate/types.rb', line 778 class ListTerminologiesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
778 779 780 781 782 783 |
# File 'lib/aws-sdk-translate/types.rb', line 778 class ListTerminologiesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |