Class: Aws::Types::ListBotAnalyzerHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_history_list ⇒ ::Array[Types::BotAnalyzerHistorySummary]

Returns the value of attribute bot_analyzer_history_list.

Returns:



2174
2175
2176
# File 'sig/types.rbs', line 2174

def bot_analyzer_history_list
  @bot_analyzer_history_list
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def next_token
  @next_token
end