Class: Aws::Translate::Types::ListTerminologiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

Returns:

  • (String)


797
798
799
800
801
802
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 797

class ListTerminologiesResponse < Struct.new(
  :terminology_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#terminology_properties_listArray<Types::TerminologyProperties>

The properties list of the custom terminologies returned on the list request.

Returns:



797
798
799
800
801
802
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 797

class ListTerminologiesResponse < Struct.new(
  :terminology_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end