Class: Aws::Translate::Types::ListTerminologiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-translate/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of custom terminologies returned per list request.

Returns:

  • (Integer)


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_tokenString

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

Returns:

  • (String)


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