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:



533
534
535
# File 'sig/types.rbs', line 533

def bots
  @bots
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def next_token
  @next_token
end