Class: Aws::Translate::Types::ListTerminologiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListTerminologiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
-
#terminology_properties_list ⇒ Array<Types::TerminologyProperties>
The properties list of the custom terminologies returned on the list request.
Instance Attribute Details
#next_token ⇒ String
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
797 798 799 800 801 802 |
# File 'lib/aws-sdk-translate/types.rb', line 797 class ListTerminologiesResponse < Struct.new( :terminology_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#terminology_properties_list ⇒ Array<Types::TerminologyProperties>
The properties list of the custom terminologies returned on the list request.
797 798 799 800 801 802 |
# File 'lib/aws-sdk-translate/types.rb', line 797 class ListTerminologiesResponse < Struct.new( :terminology_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |