Class: Aws::ElementalInference::Types::ListDictionariesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dictionariesArray<Types::DictionarySummary>

A list of DictionarySummary objects.

Returns:



1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-elementalinference/types.rb', line 1033

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

#next_tokenString

The token to use to retrieve the next batch of results.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-elementalinference/types.rb', line 1033

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