Class: Aws::Translate::Types::ListParallelDataResponse

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

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.

Returns:

  • (String)


729
730
731
732
733
734
# File 'gems/aws-sdk-translate/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_listArray<Types::ParallelDataProperties>

The properties of the parallel data resources returned by this request.

Returns:



729
730
731
732
733
734
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 729

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