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

#bots::Array[Types::Bot]

Returns the value of attribute bots.

Returns:



468
469
470
# File 'sig/types.rbs', line 468

def bots
  @bots
end

#next_token::String

Returns the value of attribute next_token.

Returns:



469
470
471
# File 'sig/types.rbs', line 469

def next_token
  @next_token
end