Class: Aws::Translate::Types::ListParallelDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListParallelDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response.
-
#parallel_data_properties_list ⇒ Array<Types::ParallelDataProperties>
The properties of the parallel data resources returned by this request.
Instance Attribute Details
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-translate/types.rb', line 729 class ListParallelDataResponse < Struct.new( :parallel_data_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#parallel_data_properties_list ⇒ Array<Types::ParallelDataProperties>
The properties of the parallel data resources returned by this request.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-translate/types.rb', line 729 class ListParallelDataResponse < Struct.new( :parallel_data_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |