Class: Aws::Types::ListBotLocalesResponse

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)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def bot_id
  @bot_id
end

#bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]

Returns the value of attribute bot_locale_summaries.

Returns:



2193
2194
2195
# File 'sig/types.rbs', line 2193

def bot_locale_summaries
  @bot_locale_summaries
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def bot_version
  @bot_version
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def next_token
  @next_token
end