Class: Aws::Types::GetBotVersionsResponse

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::BotMetadata]

Returns the value of attribute bots.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def bots
  @bots
end

#next_token::String

Returns the value of attribute next_token.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def next_token
  @next_token
end