Class: Aws::Types::ListBotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters ⇒ ::Array[Types::BotFilter]

Returns the value of attribute filters.

Returns:



2281
2282
2283
# File 'sig/types.rbs', line 2281

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2283
2284
2285
# File 'sig/types.rbs', line 2283

def next_token
  @next_token
end

#sort_by ⇒ Types::BotSortBy

Returns the value of attribute sort_by.

Returns:



2280
2281
2282
# File 'sig/types.rbs', line 2280

def sort_by
  @sort_by
end