Class: Aws::Types::ListBotVersionsRequest

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)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def bot_id
  @bot_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def next_token
  @next_token
end

#sort_by ⇒ Types::BotVersionSortBy

Returns the value of attribute sort_by.



2266
2267
2268
# File 'sig/types.rbs', line 2266

def sort_by
  @sort_by
end