Class: Aws::Types::ListBotVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def bot_id
  @bot_id
end

#bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]

Returns the value of attribute bot_version_summaries.

Returns:



2274
2275
2276
# File 'sig/types.rbs', line 2274

def bot_version_summaries
  @bot_version_summaries
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def next_token
  @next_token
end