Class: Aws::Types::ListBotsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_summaries ⇒ ::Array[Types::BotSummary]

Returns the value of attribute bot_summaries.

Returns:



2288
2289
2290
# File 'sig/types.rbs', line 2288

def bot_summaries
  @bot_summaries
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def next_token
  @next_token
end