Class: Aws::Types::ListBotLocalesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def bot_version
  @bot_version
end

#filters ⇒ ::Array[Types::BotLocaleFilter]

Returns the value of attribute filters.

Returns:



2183
2184
2185
# File 'sig/types.rbs', line 2183

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def next_token
  @next_token
end

#sort_by ⇒ Types::BotLocaleSortBy

Returns the value of attribute sort_by.



2182
2183
2184
# File 'sig/types.rbs', line 2182

def sort_by
  @sort_by
end